summaryrefslogtreecommitdiff
path: root/src/core/cs_xop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/cs_xop.c')
-rw-r--r--src/core/cs_xop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_xop.c b/src/core/cs_xop.c
index bc724913f..a757f7968 100644
--- a/src/core/cs_xop.c
+++ b/src/core/cs_xop.c
@@ -234,7 +234,7 @@ int do_xop(User * u, const char *xname, int xlev, int *xmsgs)
NickAlias *na;
NickCore *nc;
- int i;
+ unsigned i;
int change = 0;
short ulev;
int is_list = (cmd && stricmp(cmd, "LIST") == 0);