Small style fix
This commit is contained in:
parent
7f391b6134
commit
d5a6e978b9
1 changed files with 2 additions and 1 deletions
3
quark.c
3
quark.c
|
@ -912,8 +912,9 @@ main(int argc, char *argv[])
|
|||
usage();
|
||||
} ARGEND
|
||||
|
||||
if (argc)
|
||||
if (argc) {
|
||||
usage();
|
||||
}
|
||||
|
||||
/* reap children automatically */
|
||||
if (signal(SIGCHLD, SIG_IGN) == SIG_ERR) {
|
||||
|
|
Loading…
Reference in a new issue