aboutsummaryrefslogtreecommitdiff
path: root/archival/unzip.c
diff options
context:
space:
mode:
Diffstat (limited to 'archival/unzip.c')
-rw-r--r--archival/unzip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/archival/unzip.c b/archival/unzip.c
index 1b80aea9f..f63925739 100644
--- a/archival/unzip.c
+++ b/archival/unzip.c
@@ -115,9 +115,9 @@ int unzip_main(int argc, char **argv)
115 struct stat stat_buf; 115 struct stat stat_buf;
116 116
117 while((opt = getopt(argc, argv, "-d:lnopqx")) != -1) { 117 while((opt = getopt(argc, argv, "-d:lnopqx")) != -1) {
118 switch(opt_range) { 118 switch (opt_range) {
119 case 0: /* Options */ 119 case 0: /* Options */
120 switch(opt) { 120 switch (opt) {
121 case 'l': /* List */ 121 case 'l': /* List */
122 verbosity = v_list; 122 verbosity = v_list;
123 break; 123 break;