diff options
Diffstat (limited to 'gzip.c')
-rw-r--r-- | gzip.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |