commit d5a6e978b9a12d0719aff8ae3474e8991dd2f97b parent 7f391b613419d6addf710392fa1ce64950f83f78 Author: Laslo Hunhold <dev@frign.de> Date: Tue, 4 Jul 2017 22:26:17 +0200 Small style fix Diffstat:M quark.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --dropbox a/quark.c b/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) {