pointless whitespace/comment fixes, no code changes
[oweals/busybox.git] / archival / bzip2.c
index 1149cad2a5460e6ccb2f3df99111c87209b2c7d1..8eb5ca9aef43b5d728800e021ac64f3f5767d390 100644 (file)
@@ -8,6 +8,7 @@
  */
 
 #include "libbb.h"
+#include "unarchive.h"
 
 #define CONFIG_BZIP2_FEATURE_SPEED 1
 
@@ -101,7 +102,7 @@ USE_DESKTOP(long long) int bz_write(bz_stream *strm, void* rbuf, ssize_t rlen, v
 }
 
 static
-USE_DESKTOP(long long) int compressStream(void)
+USE_DESKTOP(long long) int compressStream(unpack_info_t *info UNUSED_PARAM)
 {
        USE_DESKTOP(long long) int total;
        ssize_t count;