diff options
Diffstat (limited to 'src/common/inbound.c')
-rw-r--r-- | src/common/inbound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/inbound.c b/src/common/inbound.c index dd35ad1c..fabd020e 100644 --- a/src/common/inbound.c +++ b/src/common/inbound.c @@ -1160,7 +1160,7 @@ check_autojoin_channels (server *serv) i++; /* FIXME this is not going to work and is not needed either. server_free() does the job already. */ - /* g_slist_free_full (serv->favlist, servlist_favchan_free); */ + /* g_slist_free_full (serv->favlist, (GDestroyNotify) servlist_favchan_free); */ } /* This is really only for re-connects when you |