aboutsummaryrefslogtreecommitdiff
path: root/gzip.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-11-16 00:46:00 +0000
committerEric Andersen <andersen@codepoet.org>1999-11-16 00:46:00 +0000
commitd80e851dc05f978dded84b7ac9fcae7066e3ffe0 (patch)
tree9f32d236ce80a7a692f74fe1012df3bed6b19418 /gzip.c
parenta9c95ea6551eb3d894fcc56822c8aa394972b699 (diff)
downloadbusybox-d80e851dc05f978dded84b7ac9fcae7066e3ffe0.tar.gz
Stuf
Diffstat (limited to 'gzip.c')
-rw-r--r--gzip.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gzip.c b/gzip.c
index 8f2c1c454..983f673e1 100644
--- a/gzip.c
+++ b/gzip.c
@@ -1788,7 +1788,6 @@ int gzip_main(int argc, char ** argv)
tostdout = 1;
}
while (*(++(*argv))) {
- fprintf(stderr, "**argv='%c'\n", **argv);
switch (**argv) {
case 'c':
tostdout = 1;