pidgin/purple-plugin-pack

Parents e7a8f00e8000
Children 48eac6f1a547
irchelper: add semicolon missed by the irchelper_slackfilter patch
--- a/irchelper/irchelper.c Wed Apr 05 22:13:09 2017 -0500
+++ b/irchelper/irchelper.c Thu Apr 06 01:07:57 2017 -0300
@@ -1025,7 +1025,7 @@
if (g_str_has_prefix(msg, MESSAGE_VOICE_ADD) ||
g_str_has_prefix(msg, MESSAGE_VOICE_REMOVE))
{
- return TRUE
+ return TRUE;
}