Remove unnecessary exit(1) in usage()

Signed-off-by: Christoph Lohmann <20h@r-36.net>
This commit is contained in:
stateless
2013-06-17 14:08:30 +01:00
committed by Christoph Lohmann
parent f66b47bc6f
commit 7216a53a7e
29 changed files with 0 additions and 29 deletions

1
kill.c
View File

@@ -24,7 +24,6 @@ usage(void)
{
eprintf("usage: %s [-s signal] [pid...]\n"
" %s -l [signum]\n", argv0, argv0);
exit(1);
}
int