diff options
Diffstat (limited to 'libbb/read.c')
-rw-r--r-- | libbb/read.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/read.c b/libbb/read.c index b58982b32..b93a695b5 100644 --- a/libbb/read.c +++ b/libbb/read.c | |||
@@ -336,7 +336,7 @@ int FAST_FUNC open_zipped(const char *fname) | |||
336 | || (ENABLE_FEATURE_SEAMLESS_BZ2 && strcmp(sfx, ".bz2") == 0) | 336 | || (ENABLE_FEATURE_SEAMLESS_BZ2 && strcmp(sfx, ".bz2") == 0) |
337 | ) { | 337 | ) { |
338 | /* .gz and .bz2 both have 2-byte signature, and their | 338 | /* .gz and .bz2 both have 2-byte signature, and their |
339 | * unpack_XXX_stream want this header skipped. */ | 339 | * unpack_XXX_stream wants this header skipped. */ |
340 | xread(fd, &magic, 2); | 340 | xread(fd, &magic, 2); |
341 | #if ENABLE_FEATURE_SEAMLESS_GZ | 341 | #if ENABLE_FEATURE_SEAMLESS_GZ |
342 | #if BB_MMU | 342 | #if BB_MMU |