From 81990ce53b90aa3351ef5981ce2a74c54a1f85f5 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Wed, 15 May 2013 08:49:28 +0200 Subject: Change prototype --- src/common/inbound.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/common/inbound.c b/src/common/inbound.c index fabd020e..ec625c03 100644 --- a/src/common/inbound.c +++ b/src/common/inbound.c @@ -1142,7 +1142,7 @@ check_autojoin_channels (server *serv) } #endif -static gboolean +static void check_autojoin_channels (server *serv) { int i = 0; @@ -1150,7 +1150,7 @@ check_autojoin_channels (server *serv) /* shouldn't really happen, the io tag is destroyed in server.c */ if (!is_server (serv)) { - return FALSE; + return; } /* send auto join list */ @@ -1171,8 +1171,6 @@ check_autojoin_channels (server *serv) serv->joindelay_tag = 0; fe_server_event (serv, FE_SE_LOGGEDIN, i); - - return FALSE; } void -- cgit 1.4.1