aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/help.c b/lib/help.c
index f7a326a8..6a0c7b4a 100644
--- a/lib/help.c
+++ b/lib/help.c
@@ -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"