mirror of
https://github.com/sheumann/hush.git
synced 2025-02-10 08:30:41 +00:00
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;
|
break;
|
||||||
case 'q':
|
case 'q':
|
||||||
error_msg("-q option not supported, ignored");
|
error_msg("-q option not supported, ignored");
|
||||||
|
break;
|
||||||
case 'h':
|
case 'h':
|
||||||
default:
|
default:
|
||||||
show_usage(); /* exit's inside usage */
|
show_usage(); /* exit's inside usage */
|
||||||
|
1
gunzip.c
1
gunzip.c
@ -102,6 +102,7 @@ extern int gunzip_main(int argc, char **argv)
|
|||||||
break;
|
break;
|
||||||
case 'q':
|
case 'q':
|
||||||
error_msg("-q option not supported, ignored");
|
error_msg("-q option not supported, ignored");
|
||||||
|
break;
|
||||||
case 'h':
|
case 'h':
|
||||||
default:
|
default:
|
||||||
show_usage(); /* exit's inside usage */
|
show_usage(); /* exit's inside usage */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user