changeset 888:c5e80c74ec6c

Fix conflicting types for show_help().
author Rob Landley <rob@landley.net>
date Mon, 29 Apr 2013 10:53:09 -0500
parents b042cd34e564
children 270e5aab9998
files lib/help.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/help.c	Fri Apr 26 23:15:29 2013 +0200
+++ b/lib/help.c	Mon Apr 29 10:53:09 2013 -0500
@@ -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"