diff options
Diffstat (limited to 'src/core/hs_set.c')
-rw-r--r-- | src/core/hs_set.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hs_set.c b/src/core/hs_set.c index 5db2c4f25..c9b1857f5 100644 --- a/src/core/hs_set.c +++ b/src/core/hs_set.c @@ -145,7 +145,7 @@ class CommandHSSet : public Command return true; } - void OnSyntaxError(User *u) + void OnSyntaxError(User *u, const ci::string &subcommand) { syntax_error(s_HostServ, u, "SET", HOST_SET_SYNTAX); } |