diff options
Diffstat (limited to 'src/whowas.c')
-rw-r--r-- | src/whowas.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/whowas.c b/src/whowas.c index 7d0e087..0a19446 100644 --- a/src/whowas.c +++ b/src/whowas.c @@ -36,7 +36,7 @@ dlink_list WHOWASHASH[HASHSIZE]; void -add_history(struct Client *client_p, int online) +add_history(struct Client *client_p, const int online) { static unsigned int whowas_next = 0; struct Whowas *who = &WHOWAS[whowas_next]; |