Code cleanup
This commit is contained in:
parent
a0bf846a5e
commit
2ed2e22d4a
@ -25,7 +25,7 @@
|
|||||||
/* usage */
|
/* usage */
|
||||||
static int _usage(void)
|
static int _usage(void)
|
||||||
{
|
{
|
||||||
fprintf(stderr, "%s", "Usage: browser [directory...]\n");
|
fputs("Usage: browser [directory...]\n", stderr);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user