diff options
author | Daniel Friesel <derf@chaosdorf.de> | 2017-08-26 11:19:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-26 11:19:35 +0200 |
commit | 6e6d355fef849998a194278f0aafe5c9e6de5139 (patch) | |
tree | 4388f6b8b3b95a8071e3a7b4daa337325add62bc | |
parent | 069d0a446541ac5d8c70cdf435820c446fd3dea4 (diff) | |
parent | a0e2ed52478480513dc1f6963f3114c7841a0d87 (diff) |
Merge pull request #317 from orbea/fallthrough
Silence -Wimplicit-fallthrough= warning
-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: |