diff options
Diffstat (limited to 'archival/bbunzip.c')
-rw-r--r-- | archival/bbunzip.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archival/bbunzip.c b/archival/bbunzip.c index a69e1b3ca..c4cc5d821 100644 --- a/archival/bbunzip.c +++ b/archival/bbunzip.c | |||
@@ -315,8 +315,8 @@ int gunzip_main(int argc UNUSED_PARAM, char **argv) | |||
315 | //usage: "FILE" | 315 | //usage: "FILE" |
316 | //usage:#define bzcat_full_usage "\n\n" | 316 | //usage:#define bzcat_full_usage "\n\n" |
317 | //usage: "Decompress to stdout" | 317 | //usage: "Decompress to stdout" |
318 | //applet:IF_BUNZIP2(APPLET(bunzip2, _BB_DIR_USR_BIN, _BB_SUID_DROP)) | 318 | //applet:IF_BUNZIP2(APPLET(bunzip2, BB_DIR_USR_BIN, BB_SUID_DROP)) |
319 | //applet:IF_BUNZIP2(APPLET_ODDNAME(bzcat, bunzip2, _BB_DIR_USR_BIN, _BB_SUID_DROP, bzcat)) | 319 | //applet:IF_BUNZIP2(APPLET_ODDNAME(bzcat, bunzip2, BB_DIR_USR_BIN, BB_SUID_DROP, bzcat)) |
320 | #if ENABLE_BUNZIP2 | 320 | #if ENABLE_BUNZIP2 |
321 | static | 321 | static |
322 | IF_DESKTOP(long long) int FAST_FUNC unpack_bunzip2(unpack_info_t *info UNUSED_PARAM) | 322 | IF_DESKTOP(long long) int FAST_FUNC unpack_bunzip2(unpack_info_t *info UNUSED_PARAM) |