From 7a1f582a04f165db489de0648ff31b6b6ace2efd Mon Sep 17 00:00:00 2001
From: Rob Landley <rob@landley.net>
Date: Mon, 29 Apr 2013 10:53:09 -0500
Subject: Fix conflicting types for show_help().

---
 lib/help.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
 
-- 
cgit v1.2.3