aboutsummaryrefslogtreecommitdiff
path: root/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 /gunzip.c
parent5bcfc9ba1aaaec3a413d39d60e6a904daafa2cc1 (diff)
downloadbusybox-713b3987003ce61e3b1c9003f42b8490d666a850.tar.gz
woops, forgot the break statment
Diffstat (limited to 'gunzip.c')
-rw-r--r--gunzip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gunzip.c b/gunzip.c
index ed4a3de36..6f5e63d4b 100644
--- a/gunzip.c
+++ b/gunzip.c
@@ -102,6 +102,7 @@ extern int gunzip_main(int argc, char **argv)
break;
case 'q':
error_msg("-q option not supported, ignored");
+ break;
case 'h':
default:
show_usage(); /* exit's inside usage */