# HG changeset patch # User Rob Landley # Date 1367250789 18000 # Node ID c5e80c74ec6c0e4d64e2ca1879b4e20388f53045 # Parent b042cd34e564a3e12e114fcd822fc0765a43ddd7 Fix conflicting types for show_help(). diff -r b042cd34e564 -r c5e80c74ec6c lib/help.c --- 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"