From 713b3987003ce61e3b1c9003f42b8490d666a850 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Mon, 7 May 2001 12:06:37 +0000 Subject: [PATCH] woops, forgot the break statment --- archival/gunzip.c | 1 + gunzip.c | 1 + 2 files changed, 2 insertions(+) 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 */