diff options
Diffstat (limited to 'libbb/gz_open.c')
-rw-r--r-- | libbb/gz_open.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libbb/gz_open.c b/libbb/gz_open.c index 1be5a171d..19ec0a066 100644 --- a/libbb/gz_open.c +++ b/libbb/gz_open.c | |||
@@ -22,7 +22,6 @@ extern int gz_open(FILE *compressed_file, int *pid) | |||
22 | /* child process */ | 22 | /* child process */ |
23 | close(unzip_pipe[0]); | 23 | close(unzip_pipe[0]); |
24 | unzip(compressed_file, fdopen(unzip_pipe[1], "w")); | 24 | unzip(compressed_file, fdopen(unzip_pipe[1], "w")); |
25 | printf("finished unzipping\n"); | ||
26 | fflush(NULL); | 25 | fflush(NULL); |
27 | fclose(compressed_file); | 26 | fclose(compressed_file); |
28 | close(unzip_pipe[1]); | 27 | close(unzip_pipe[1]); |