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