Begin comment in lowercase

Signed-off-by: Laslo Hunhold <dev@frign.de>
This commit is contained in:
Laslo Hunhold 2020-08-05 19:14:10 +02:00
parent cb7a1f6390
commit 2318a89ecd
No known key found for this signature in database
GPG key ID: 69576BD24CFCB980

2
main.c
View file

@ -303,7 +303,7 @@ main(int argc, char *argv[])
"Entry not found"); "Entry not found");
} }
/* Open a new process group */ /* open a new process group */
setpgid(0,0); setpgid(0,0);
handlesignals(sigcleanup); handlesignals(sigcleanup);