commit | 87e00feb01e3fc1276b3c90d68db84c220e18e08 | [log] [tgz] |
---|---|---|
author | Simon Kelley <simon@thekelleys.org.uk> | Fri Feb 16 21:27:35 2018 +0000 |
committer | Simon Kelley <simon@thekelleys.org.uk> | Fri Feb 16 21:29:32 2018 +0000 |
tree | fe42b73aea15c33fc2f76124bd184f71322e1eeb | |
parent | 2d69d6146df89cc805b70a301f73c24f22e5e78f [diff] [blame] |
Compiler warning fixes.
diff --git a/src/option.c b/src/option.c index e36734a..edd0e62 100644 --- a/src/option.c +++ b/src/option.c
@@ -1163,7 +1163,7 @@ case 'd': case 'D': fac *= 24; - /* fall though */ + /* fall through */ case 'h': case 'H': fac *= 60; @@ -2970,7 +2970,7 @@ case 'd': case 'D': fac *= 24; - /* fall though */ + /* fall through */ case 'h': case 'H': fac *= 60;