aboutsummaryrefslogtreecommitdiff
path: root/gunzip.c
diff options
context:
space:
mode:
Diffstat (limited to 'gunzip.c')
-rw-r--r--gunzip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gunzip.c b/gunzip.c
index ed4a3de36..6f5e63d4b 100644
--- a/gunzip.c
+++ b/gunzip.c
@@ -102,6 +102,7 @@ extern int gunzip_main(int argc, char **argv)
102 break; 102 break;
103 case 'q': 103 case 'q':
104 error_msg("-q option not supported, ignored"); 104 error_msg("-q option not supported, ignored");
105 break;
105 case 'h': 106 case 'h':
106 default: 107 default:
107 show_usage(); /* exit's inside usage */ 108 show_usage(); /* exit's inside usage */