diff options
Diffstat (limited to 'config-file.cpp')
-rw-r--r-- | config-file.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config-file.cpp b/config-file.cpp index 9b562ad514..87304318b3 100644 --- a/config-file.cpp +++ b/config-file.cpp @@ -153,8 +153,7 @@ void hashconfig::merge(const hashconfig *h) // The config-class itself. Config::Config (const char *cfg, const char *d) -: filename(Scumm::Strdup(cfg)), domain(d ? Scumm::Strdup(d) : 0), hash(0), ndomains(0), -willwrite(false) +: filename(Scumm::Strdup(cfg)), domain(d ? Scumm::Strdup(d) : 0), hash(0), ndomains(0), willwrite(false) { FILE *cfg_file; char t[MAXLINELEN]; |