diff options
Diffstat (limited to 'lib/help.c')
-rw-r--r-- | lib/help.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |