diff options
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h index bba71365d..b94abfbbc 100644 --- a/include/modules.h +++ b/include/modules.h @@ -1402,7 +1402,7 @@ class CoreExport ConfigReader : public classbase * (such as comments) stripped from it. */ ConfigDataHash* data; - std::ostringstream* errorlog;; + std::ostringstream* errorlog; /** Used to store errors */ bool privatehash; // If we're using our own config data hash or not. |