Code cleanup

This commit is contained in:
Pierre Pronchery 2007-06-25 16:30:41 +00:00
parent a0bf846a5e
commit 2ed2e22d4a

View File

@ -25,7 +25,7 @@
/* usage */
static int _usage(void)
{
fprintf(stderr, "%s", "Usage: browser [directory...]\n");
fputs("Usage: browser [directory...]\n", stderr);
return 1;
}