libarchive: open_zipped() does not need to check extensions for e.g. gzip
[oweals/busybox.git] / libbb / appletlib.c
index 67df44690b358b7745480b5f302c8b46fb6d6c5a..8f3a8a10b6f3027d52d1ce3308885090ce6444f5 100644 (file)
@@ -29,7 +29,7 @@
 #include "busybox.h"
 
 #if !(defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) \
-        || defined(__APPLE__) \
+    || defined(__APPLE__) \
     )
 # include <malloc.h> /* for mallopt */
 #endif
@@ -750,7 +750,7 @@ void FAST_FUNC run_applet_no_and_exit(int applet_no, char **argv)
 //TODO: just compare applet_no with APPLET_NO_test
                if (!ENABLE_TEST || strcmp(applet_name, "test") != 0) {
                        /* If you want "foo --help" to return 0: */
-                       /*xfunc_error_retval = 0;*/
+                       xfunc_error_retval = 0;
                        bb_show_usage();
                }
        }