diff options
Diffstat (limited to 'modules/m_capab.c')
-rw-r--r-- | modules/m_capab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_capab.c b/modules/m_capab.c index 8cf8464..39213e4 100644 --- a/modules/m_capab.c +++ b/modules/m_capab.c @@ -41,7 +41,7 @@ static void mr_capab(struct Client *client_p, struct Client *source_p, int parc, char *parv[]) { - unsigned int i = 0; + int i = 0; unsigned int cap = 0; char *p = NULL; char *s = NULL; |