Fix warning.

git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5210 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Alexander Færøy 2011-11-21 21:28:28 +00:00 committed by ahf
commit 9cc7ea504c
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@
/* Add new nick to list */
NICK_REC *irc_nicklist_insert(IRC_CHANNEL_REC *channel, const char *nick,
int op, int halfop, int voice, int send_massjoin,
char *prefixes)
const char *prefixes)
{
NICK_REC *rec;