diff options
| author | Alex Kozlov <ak@FreeBSD.org> | 2015-12-11 23:46:33 +0000 |
|---|---|---|
| committer | Alex Kozlov <ak@FreeBSD.org> | 2015-12-11 23:46:33 +0000 |
| commit | 2aa7d573a08dd834f5ad030503e6031bc9afbea3 (patch) | |
| tree | 0c5eb86824ccbfa83859709ea0cd44eb0b8d47d6 /usr.bin/unzip | |
| parent | 54f8ee8840de848bc454448f5019ac1de869b599 (diff) | |
Notes
Diffstat (limited to 'usr.bin/unzip')
| -rw-r--r-- | usr.bin/unzip/unzip.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/unzip/unzip.c b/usr.bin/unzip/unzip.c index 841c9fb203b0..fa35400194c1 100644 --- a/usr.bin/unzip/unzip.c +++ b/usr.bin/unzip/unzip.c @@ -439,7 +439,7 @@ handle_existing_file(char **path) (void)unlink(*path); return 1; case 'N': - n_opt = 1; + n_opt = 1; /* FALLTHROUGH */ case 'n': return -1; @@ -855,7 +855,6 @@ test(struct archive *a, struct archive_entry *e) return error_count; } - /* * Main loop: open the zipfile, iterate over its contents and decide what * to do with each entry. @@ -1040,7 +1039,7 @@ main(int argc, char *argv[]) */ nopts = getopts(argc, argv); - /* + /* * When more of the zipinfo mode options are implemented, this * will need to change. */ |
