summaryrefslogtreecommitdiff
path: root/src/core/hs_help.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hs_help.c')
-rw-r--r--src/core/hs_help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hs_help.c b/src/core/hs_help.c
index 5166f0efc..9bb909ec1 100644
--- a/src/core/hs_help.c
+++ b/src/core/hs_help.c
@@ -20,7 +20,7 @@ int do_help(User * u);
class HSHelp : public Module
{
public:
- HSHelp(const std::string &modname, const std::string &creator) : Module(creator)
+ HSHelp(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
Command *c;