More stuff

This commit is contained in:
Eric Andersen
1999-10-13 22:56:11 +00:00
parent f6be944a6a
commit 2c1030177e
6 changed files with 15 additions and 11 deletions

View File

@@ -667,11 +667,11 @@ ls_main(int argc, char * * argv)
while (argi < argc)
i |= list_item(argv[argi++]);
newline();
return i;
exit( i);
print_usage_message:
fprintf(stderr, "Usage: %s\n", ls_usage);
return 1;
exit( FALSE);
}
#endif