summaryrefslogtreecommitdiff
path: root/src/operserv.c
diff options
context:
space:
mode:
authorcyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2009-02-10 23:49:24 +0000
committercyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2009-02-10 23:49:24 +0000
commite2f6064f10df88c129a155e403c33344f1eb295c (patch)
tree61290b31ef3050b6c9894656a0fe168a1dc8555f /src/operserv.c
parent87065c514afab4b4c904f9eace6632459d8e748a (diff)
Fixed compile errors in os_szline.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1998 5417fbe8-f217-4b02-8779-1006273d7864
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 51ddcfaa1..714a12f11 100644
--- a/src/operserv.c
+++ b/src/operserv.c
@@ -1127,7 +1127,7 @@ static int is_sqline_entry_equal(SList * slist, void *item1, void *item2)
* The success result is the number of SZLINEs that were deleted to successfully add one.
*/
-int add_szline(User * u, char *mask, const char *by, const time_t expires,
+int add_szline(User * u, const char *mask, const char *by, time_t expires,
const char *reason)
{
int deleted = 0, i;