mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
[oweals/busybox.git] / archival / unzip.c
index 84081c021ba73b6c9d7291d783976711c9ab2b8c..5d62c08cbf6399346cccdef9e0f10c73e3423dcf 100644 (file)
@@ -7,7 +7,7 @@
  * Loosely based on original busybox unzip applet by Laurence Anderson.
  * All options and features should work in this version.
  *
- * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
+ * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 
 /* For reference see
@@ -20,7 +20,7 @@
  */
 
 #include "libbb.h"
-#include "unarchive.h"
+#include "archive.h"
 
 enum {
 #if BB_BIG_ENDIAN
@@ -359,7 +359,6 @@ int unzip_main(int argc, char **argv)
 
                        default:
                                bb_show_usage();
-
                        }
                        break;