summaryrefslogtreecommitdiff
path: root/archival/gunzip.c
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2001-05-07 12:06:37 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2001-05-07 12:06:37 +0000
commit713b3987003ce61e3b1c9003f42b8490d666a850 (patch)
tree05984290f33fa65703ba03a3743e95a48c42baee /archival/gunzip.c
parent5bcfc9ba1aaaec3a413d39d60e6a904daafa2cc1 (diff)
downloadbusybox-w32-713b3987003ce61e3b1c9003f42b8490d666a850.tar.gz
busybox-w32-713b3987003ce61e3b1c9003f42b8490d666a850.tar.bz2
busybox-w32-713b3987003ce61e3b1c9003f42b8490d666a850.zip
woops, forgot the break statment
Diffstat (limited to 'archival/gunzip.c')
-rw-r--r--archival/gunzip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/archival/gunzip.c b/archival/gunzip.c
index ed4a3de36..6f5e63d4b 100644
--- a/archival/gunzip.c
+++ b/archival/gunzip.c
@@ -102,6 +102,7 @@ extern int gunzip_main(int argc, char **argv)
102 break; 102 break;
103 case 'q': 103 case 'q':
104 error_msg("-q option not supported, ignored"); 104 error_msg("-q option not supported, ignored");
105 break;
105 case 'h': 106 case 'h':
106 default: 107 default:
107 show_usage(); /* exit's inside usage */ 108 show_usage(); /* exit's inside usage */