mirror of
https://git.busybox.net/busybox.git
synced 2024-11-28 08:03:28 +08: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…
Reference in New Issue
Block a user