From be594cab4e8add10ac41a613a2493516e8692dac Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Thu, 4 Oct 2012 05:08:08 +0000 Subject: [PATCH] os_akillnicklist: use a const iter on stringrefs --- os_akillnicklist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os_akillnicklist.c b/os_akillnicklist.c index 6eb2635..bde893a 100644 --- a/os_akillnicklist.c +++ b/os_akillnicklist.c @@ -100,7 +100,7 @@ aknl_nickhook(hook_user_nick_t *data) { user_t *u; bool doit = false; - char *username; + const char *username; return_if_fail(data != NULL); return_if_fail(data->u != NULL);