diff options
Diffstat (limited to 'src/core/cs_help.c')
-rw-r--r-- | src/core/cs_help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_help.c b/src/core/cs_help.c index 2aab58a4a..bfded62fc 100644 --- a/src/core/cs_help.c +++ b/src/core/cs_help.c @@ -20,7 +20,7 @@ int do_help(User * u); class CSHelp : public Module { public: - CSHelp(const std::string &modname, const std::string &creator) : Module(creator) + CSHelp(const std::string &modname, const std::string &creator) : Module(modname, creator) { Command *c; |