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