summaryrefslogtreecommitdiff
path: root/src/operserv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/operserv.c')
-rw-r--r--src/operserv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/operserv.c b/src/operserv.c
index 1d8f2a5f6..1b05aa84e 100644
--- a/src/operserv.c
+++ b/src/operserv.c
@@ -490,7 +490,7 @@ void oper_global(char *nick, const char *fmt, ...)
* The success result is the number of AKILLs that were deleted to successfully add one.
*/
-int add_akill(User * u, char *mask, const char *by, const time_t expires,
+int add_akill(User * u, const char *mask, const char *by, const time_t expires,
const char *reason)
{
int deleted = 0, i;