summaryrefslogtreecommitdiff
path: root/telepathy-logger/text-channel.c
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2011-03-21 14:51:02 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2011-03-21 14:51:02 -0400
commit485d325a36dca067edbb7be4ae83e241d2db155a (patch)
tree5ff4ed7a7feba772b65c8c7297cd647a2a401fbc /telepathy-logger/text-channel.c
parent81abdb2bf7221f806f2f38a53f372ac257a74843 (diff)
downloadtelepathy-logger-485d325a36dca067edbb7be4ae83e241d2db155a.tar.gz
Add missing return in error handling
Diffstat (limited to 'telepathy-logger/text-channel.c')
-rw-r--r--telepathy-logger/text-channel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/telepathy-logger/text-channel.c b/telepathy-logger/text-channel.c
index a9523bf..6030db1 100644
--- a/telepathy-logger/text-channel.c
+++ b/telepathy-logger/text-channel.c
@@ -116,6 +116,7 @@ channel_prepared_cb (GObject *source,
"The text channel does not implement Message interface.");
_tpl_action_chain_terminate (ctx, error);
g_error_free (error);
+ return;
}
_tpl_action_chain_continue (ctx);