diff options
Diffstat (limited to 'applets')
-rw-r--r-- | applets/applets.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/applets.c b/applets/applets.c index de1a871e0..bbe12034a 100644 --- a/applets/applets.c +++ b/applets/applets.c | |||
@@ -405,7 +405,7 @@ static void check_suid (struct BB_applet *applet) | |||
405 | 405 | ||
406 | 406 | ||
407 | 407 | ||
408 | extern void bb_show_usage (void) | 408 | void bb_show_usage (void) |
409 | { | 409 | { |
410 | const char *format_string; | 410 | const char *format_string; |
411 | const char *usage_string = usage_messages; | 411 | const char *usage_string = usage_messages; |