diff options
Diffstat (limited to 'archival/unzip.c')
-rw-r--r-- | archival/unzip.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archival/unzip.c b/archival/unzip.c index 1b80aea..f639257 100644 --- a/archival/unzip.c +++ b/archival/unzip.c @@ -115,9 +115,9 @@ int unzip_main(int argc, char **argv) struct stat stat_buf; while((opt = getopt(argc, argv, "-d:lnopqx")) != -1) { - switch(opt_range) { + switch (opt_range) { case 0: /* Options */ - switch(opt) { + switch (opt) { case 'l': /* List */ verbosity = v_list; break; |