diff options
Diffstat (limited to 'archival')
-rw-r--r-- | archival/gzip.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archival/gzip.c b/archival/gzip.c index 8f2c1c454..983f673e1 100644 --- a/archival/gzip.c +++ b/archival/gzip.c | |||
@@ -1788,7 +1788,6 @@ int gzip_main(int argc, char ** argv) | |||
1788 | tostdout = 1; | 1788 | tostdout = 1; |
1789 | } | 1789 | } |
1790 | while (*(++(*argv))) { | 1790 | while (*(++(*argv))) { |
1791 | fprintf(stderr, "**argv='%c'\n", **argv); | ||
1792 | switch (**argv) { | 1791 | switch (**argv) { |
1793 | case 'c': | 1792 | case 'c': |
1794 | tostdout = 1; | 1793 | tostdout = 1; |