aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMontel Laurent <montel@kde.org>2015-08-19 10:48:16 +0200
committerMontel Laurent <montel@kde.org>2015-08-19 10:48:39 +0200
commit5c9c95c40f426b6450019eaa58013b8c9606719c (patch)
tree672226dd579922dddf6df4de57399ad1f542e1c7 /src
parent76052c676e63d80fe9aae08aabd3272c80c3ff2e (diff)
downloadkconfig-5c9c95c40f426b6450019eaa58013b8c9606719c.tar.gz
kconfig-5c9c95c40f426b6450019eaa58013b8c9606719c.tar.bz2
Fix pedantic
Diffstat (limited to 'src')
-rw-r--r--src/core/kconfig.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/kconfig.cpp b/src/core/kconfig.cpp
index c6a8017a..4be9e6d5 100644
--- a/src/core/kconfig.cpp
+++ b/src/core/kconfig.cpp
@@ -56,7 +56,7 @@ static inline int pclose(FILE *stream)
bool KConfigPrivate::mappingsRegistered = false;
-Q_GLOBAL_STATIC(QStringList, s_globalFiles); // For caching purposes.
+Q_GLOBAL_STATIC(QStringList, s_globalFiles) // For caching purposes.
static QBasicMutex s_globalFilesMutex;
KConfigPrivate::KConfigPrivate(KConfig::OpenFlags flags,