aboutsummaryrefslogtreecommitdiffstats
path: root/src/configparser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/configparser.cpp')
-rw-r--r--src/configparser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configparser.cpp b/src/configparser.cpp
index 7dc603569..08cd88c7d 100644
--- a/src/configparser.cpp
+++ b/src/configparser.cpp
@@ -112,7 +112,7 @@ struct Parser final
}
}
- bool wordchar(char ch)
+ static bool wordchar(char ch)
{
return isalnum(ch)
|| ch == '-'