summaryrefslogtreecommitdiff
path: root/src/settings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.cpp')
-rw-r--r--src/settings.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/settings.cpp b/src/settings.cpp
index 9fba3a13f..d81945022 100644
--- a/src/settings.cpp
+++ b/src/settings.cpp
@@ -178,7 +178,8 @@ static int ParseIntList(const char *p, int *items, int maxitems)
/* Do not accept multiple commas between numbers */
if (!comma) return -1;
comma = false;
- /* FALL THROUGH */
+ FALLTHROUGH;
+
case ' ':
p++;
break;