pointless whitespace/comment fixes, no code changes
[oweals/busybox.git] / archival / gzip.c
index ee051356e5100832769bcb0c752ec0302cb1bf7a..43804b2e4060fd2a0cd447e501595e6338d0df51 100644 (file)
@@ -40,6 +40,7 @@ aa:      85.1% -- replaced with aa.gz
 */
 
 #include "libbb.h"
+#include "unarchive.h"
 
 
 /* ===========================================================================
@@ -2014,7 +2015,7 @@ char* make_new_name_gzip(char *filename)
 }
 
 static
-USE_DESKTOP(long long) int pack_gzip(void)
+USE_DESKTOP(long long) int pack_gzip(unpack_info_t *info UNUSED_PARAM)
 {
        struct stat s;