summaryrefslogtreecommitdiff
path: root/src/core/hs_set.c
diff options
context:
space:
mode:
authorcyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2009-02-10 16:56:24 +0000
committercyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2009-02-10 16:56:24 +0000
commitb496e60eb0d18fd4608bf2f75cacfbb994d4a40a (patch)
tree73943842c4feb804005e684c53d32a106b1acdde /src/core/hs_set.c
parent2bf017a0e1f18a7609908a1c925f60d0fd92e26d (diff)
Fix compile errors in hs_* modules, as well as add some const-safeness to HostServ functions.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1980 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/core/hs_set.c')
-rw-r--r--src/core/hs_set.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hs_set.c b/src/core/hs_set.c
index 10a717ae5..6364086ce 100644
--- a/src/core/hs_set.c
+++ b/src/core/hs_set.c
@@ -152,7 +152,7 @@ class CommandHSSet : public Command
void OnSyntaxError(User *u)
{
- syntax_error(s_HostServ, u, "SET", HOST_SET_SYNTAX, s_HostServ);
+ syntax_error(s_HostServ, u, "SET", HOST_SET_SYNTAX);
}
};