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 e992998d6..d5b2672a0 100644 --- a/applets/applets.c +++ b/applets/applets.c | |||
@@ -443,7 +443,7 @@ void bb_show_usage(void) | |||
443 | applet_using->name, usage_string); | 443 | applet_using->name, usage_string); |
444 | } | 444 | } |
445 | 445 | ||
446 | exit (bb_default_error_retval); | 446 | exit(xfunc_error_retval); |
447 | } | 447 | } |
448 | 448 | ||
449 | static int applet_name_compare(const void *name, const void *vapplet) | 449 | static int applet_name_compare(const void *name, const void *vapplet) |