Code cleanup

This commit is contained in:
Pierre Pronchery 2007-06-25 12:48:37 +00:00
parent 7e7a7e6864
commit 0cdc71548c

View File

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