diff options
| author | Rob Landley <rob@landley.net> | 2013-04-29 10:53:09 -0500 |
|---|---|---|
| committer | Rob Landley <rob@landley.net> | 2013-04-29 10:53:09 -0500 |
| commit | 7a1f582a04f165db489de0648ff31b6b6ace2efd (patch) | |
| tree | 5e4892b3cf889042e731290475f18299b1494286 | |
| parent | 018f7ffa5c69313492bc0fc3d408170665a8af88 (diff) | |
| download | toybox-7a1f582a04f165db489de0648ff31b6b6ace2efd.tar.gz | |
Fix conflicting types for show_help().
| -rw-r--r-- | lib/help.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
