diff options
author | orbea <ovariegata@yahoo.com> | 2017-08-25 14:03:39 -0700 |
---|---|---|
committer | orbea <ovariegata@yahoo.com> | 2017-08-25 14:03:39 -0700 |
commit | a0e2ed52478480513dc1f6963f3114c7841a0d87 (patch) | |
tree | f0856596b39a7cc9ac987142730a8e3f4a615175 /src | |
parent | 5cf2736a8a7f6b8df8f2793b095f219941a34338 (diff) |
Silence -Wimplicit-fallthrough= warning
Diffstat (limited to 'src')
-rw-r--r-- | src/options.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options.c b/src/options.c index 56323a8..4f87685 100644 --- a/src/options.c +++ b/src/options.c @@ -768,6 +768,7 @@ static void feh_parse_option_array(int argc, char **argv, int finalrun) break; case 240: opt.insecure_ssl = 1; + break; case 241: opt.recursive = 0; default: |