summaryrefslogtreecommitdiff
path: root/telepathy-ytstenut-glib/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-ytstenut-glib/client.c')
-rw-r--r--telepathy-ytstenut-glib/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-ytstenut-glib/client.c b/telepathy-ytstenut-glib/client.c
index 11a2893..691fcc0 100644
--- a/telepathy-ytstenut-glib/client.c
+++ b/telepathy-ytstenut-glib/client.c
@@ -356,7 +356,7 @@ tp_yts_client_register (TpYtsClient *self,
TpYtsChannel *
tp_yts_client_accept_channel (TpYtsClient *self)
{
- g_return_val_if_fail (TP_IS_YTS_CHANNEL (self), NULL);
+ g_return_val_if_fail (TP_IS_YTS_CLIENT (self), NULL);
return g_queue_pop_head (&self->priv->incoming_channels);
}