summaryrefslogtreecommitdiff
path: root/src/core/os_help.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/os_help.c')
-rw-r--r--src/core/os_help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/os_help.c b/src/core/os_help.c
index 6f2193197..74969421c 100644
--- a/src/core/os_help.c
+++ b/src/core/os_help.c
@@ -53,4 +53,4 @@ int do_help(User * u)
return MOD_CONT;
}
-MODULE_INIT(OSHelp)
+MODULE_INIT("os_help", OSHelp)