woops, forgot the break statment
authorGlenn L McGrath <bug1@ihug.co.nz>
Mon, 7 May 2001 12:06:37 +0000 (12:06 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Mon, 7 May 2001 12:06:37 +0000 (12:06 -0000)
archival/gunzip.c
gunzip.c

index ed4a3de..6f5e63d 100644 (file)
@@ -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 */
index ed4a3de..6f5e63d 100644 (file)
--- 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 */