os_akillnicklist: use a const iter on stringrefs

This commit is contained in:
William Pitcock 2012-10-04 05:08:08 +00:00
parent 62d8b8c1e9
commit be594cab4e
1 changed files with 1 additions and 1 deletions

View File

@ -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);