degesch: silence the compiler

This commit is contained in:
Přemysl Eric Janouch 2020-10-19 05:17:41 +02:00
parent 474657c7b3
commit c89032e4e0
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 4 additions and 2 deletions

View File

@ -7874,9 +7874,11 @@ irc_process_numeric (struct server *s,
break;
case IRC_RPL_WHOREPLY:
if (irc_handle_rpl_whoreply (s, msg)) buffer = NULL; break;
if (irc_handle_rpl_whoreply (s, msg)) buffer = NULL;
break;
case IRC_RPL_ENDOFWHO:
if (irc_handle_rpl_endofwho (s, msg)) buffer = NULL; break;
if (irc_handle_rpl_endofwho (s, msg)) buffer = NULL;
break;
case IRC_RPL_LIST: