--- a/libpurple/protocols/zephyr/zephyr.c Mon Nov 04 13:37:27 2019 +0300 +++ b/libpurple/protocols/zephyr/zephyr.c Mon Nov 04 13:38:48 2019 +0300 @@ -1400,8 +1400,6 @@ } g_strlcpy(zephyr->ourhostcanon, hent->h_name, sizeof(zephyr->ourhostcanon)); - - return; } static void process_zsubs(zephyr_account *zephyr) @@ -2582,7 +2580,6 @@ topic_utf8 = zephyr_recv_convert(gc,(gchar *)topic); purple_chat_conversation_set_topic(gcc,sender,topic_utf8); g_free(topic_utf8); - return; } /* commands */