diff options
Diffstat (limited to 'modules/m_whowas.c')
-rw-r--r-- | modules/m_whowas.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_whowas.c b/modules/m_whowas.c index 2f6da27..0a0d542 100644 --- a/modules/m_whowas.c +++ b/modules/m_whowas.c @@ -41,7 +41,7 @@ static void whowas_do(struct Client *client_p, struct Client *source_p, - int parc, char *parv[]) + const int parc, char *parv[]) { int cur = 0; int max = -1; |