woops, forgot the break statment
This commit is contained in:
parent
5bcfc9ba1a
commit
713b398700
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user