summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/jabber/jingle/libjingle/talk/third_party/mediastreamer/mssync.c
diff options
context:
space:
mode:
authorFrançois Andriot <francois.andriot@free.fr>2014-11-11 18:56:25 +0100
committerSlávek Banko <slavek.banko@axis.cz>2014-11-11 18:57:33 +0100
commitdedd07e78dee71fd8cde6a39e2ccc89fdbb8a782 (patch)
tree9bbde7182c53520b97cd87eb503387dc1eb97a91 /kopete/protocols/jabber/jingle/libjingle/talk/third_party/mediastreamer/mssync.c
parentd00aba91a4d928a3e37d0e76c772b5222abb1e45 (diff)
downloadtdenetwork-dedd07e78dee71fd8cde6a39e2ccc89fdbb8a782.tar.gz
tdenetwork-dedd07e78dee71fd8cde6a39e2ccc89fdbb8a782.zip
Fix missing return valuesr14.0.0
Signed-off-by: François Andriot <francois.andriot@free.fr>
Diffstat (limited to 'kopete/protocols/jabber/jingle/libjingle/talk/third_party/mediastreamer/mssync.c')
-rw-r--r--kopete/protocols/jabber/jingle/libjingle/talk/third_party/mediastreamer/mssync.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kopete/protocols/jabber/jingle/libjingle/talk/third_party/mediastreamer/mssync.c b/kopete/protocols/jabber/jingle/libjingle/talk/third_party/mediastreamer/mssync.c
index f85784ed..d495647f 100644
--- a/kopete/protocols/jabber/jingle/libjingle/talk/third_party/mediastreamer/mssync.c
+++ b/kopete/protocols/jabber/jingle/libjingle/talk/third_party/mediastreamer/mssync.c
@@ -189,5 +189,6 @@ int ms_sync_uninit(MSSync *sync)
g_mutex_free(sync->lock);
g_cond_free(sync->thread_cond);
g_cond_free(sync->stop_cond);
+ return 0;
}