From: Glenn L McGrath Date: Mon, 7 May 2001 12:06:37 +0000 (-0000) Subject: woops, forgot the break statment X-Git-Tag: 0_52~230 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=713b3987003ce61e3b1c9003f42b8490d666a850;p=oweals%2Fbusybox.git woops, forgot the break statment --- 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 */ 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 */