aboutsummaryrefslogtreecommitdiff
path: root/lib/help.c
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2013-04-29 10:53:09 -0500
committerRob Landley <rob@landley.net>2013-04-29 10:53:09 -0500
commit7a1f582a04f165db489de0648ff31b6b6ace2efd (patch)
tree5e4892b3cf889042e731290475f18299b1494286 /lib/help.c
parent018f7ffa5c69313492bc0fc3d408170665a8af88 (diff)
downloadtoybox-7a1f582a04f165db489de0648ff31b6b6ace2efd.tar.gz
Fix conflicting types for show_help().
Diffstat (limited to 'lib/help.c')
-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"