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