Fix a warning about const with forward channels.

This commit is contained in:
Jilles Tjoelker 2012-01-08 16:23:18 +01:00
parent a14de124d6
commit d9af501aa8
3 changed files with 3 additions and 3 deletions

View file

@ -92,7 +92,7 @@ check_forward(struct Client *source_p, struct Channel *chptr,
char *key, int *err)
{
int depth = 0, i;
char *next = NULL;
const char *next = NULL;
/* The caller (m_join) is only interested in the reason
* for the original channel.