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