Code cleanup

This commit is contained in:
Pierre Pronchery 2005-07-14 17:12:09 +00:00
parent 6c20dff61e
commit fa1231e0ff

View File

@ -231,7 +231,7 @@ static int _is_file_executable(char * pathname)
static int _usage(void)
{
fprintf(stderr, "%s", "Usage: test [expression]\n\
[ [expression] ]\n");
[ [expression] ]\n");
return 1;
}