Remove unnecessary exit(1) in usage()
Signed-off-by: Christoph Lohmann <20h@r-36.net>
This commit is contained in:
committed by
Christoph Lohmann
parent
f66b47bc6f
commit
7216a53a7e
@@ -12,7 +12,6 @@ static void
|
||||
usage(void)
|
||||
{
|
||||
eprintf("usage: %s [-fn] file\n", argv0);
|
||||
exit(1);
|
||||
}
|
||||
|
||||
int
|
||||
|
Reference in New Issue
Block a user