o Remove unneeded argument in fprintf(3) call in usage().
Submitted by: Pawel Worach
This commit is contained in:
parent
f711522f3c
commit
f03ffbff9f
@ -265,7 +265,7 @@ static void
|
||||
usage(progname)
|
||||
char *progname;
|
||||
{
|
||||
fprintf(stderr, "Usage: ndis_events [-a] [-d] [-v]\n", progname);
|
||||
fprintf(stderr, "Usage: ndis_events [-a] [-d] [-v]\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user