Fix conflicting types for show_help().
authorRob Landley <rob@landley.net>
Mon, 29 Apr 2013 15:53:09 +0000 (10:53 -0500)
committerRob Landley <rob@landley.net>
Mon, 29 Apr 2013 15:53:09 +0000 (10:53 -0500)
lib/help.c

index f7a326a..6a0c7b4 100644 (file)
@@ -3,7 +3,7 @@
 #include "toys.h"
 
 #if !CFG_TOYBOX_HELP
-void show_help(char *command) {;}
+void show_help(void) {;}
 #else
 #include "generated/help.h"