summaryrefslogtreecommitdiff
path: root/modules/operserv/config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/operserv/config.cpp')
-rw-r--r--modules/operserv/config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/operserv/config.cpp b/modules/operserv/config.cpp
index 6a45ad5ca..5401452e1 100644
--- a/modules/operserv/config.cpp
+++ b/modules/operserv/config.cpp
@@ -127,7 +127,7 @@ class CommandOSConfig : public Command
}
else
{
- this->OnSyntaxError(source, what);
+ this->OnSyntaxError(source);
}
}