woops, forgot the break statment

This commit is contained in:
Glenn L McGrath 2001-05-07 12:06:37 +00:00
parent 5bcfc9ba1a
commit 713b398700
2 changed files with 2 additions and 0 deletions

View 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 */

View 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 */