From a61ec0fc5c0b41e2f6adee952d962da6cc6afbbd Mon Sep 17 00:00:00 2001 From: bug1 Date: Mon, 7 May 2001 12:06:37 +0000 Subject: woops, forgot the break statment git-svn-id: svn://busybox.net/trunk/busybox@2548 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- archival/gunzip.c | 1 + 1 file changed, 1 insertion(+) (limited to 'archival') 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) break; case 'q': error_msg("-q option not supported, ignored"); + break; case 'h': default: show_usage(); /* exit's inside usage */ -- cgit v1.2.3-55-g6feb