summaryrefslogtreecommitdiff
path: root/telepathy-glib/handle-channels-context.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-05-24 16:29:37 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-05-24 16:29:37 +0200
commit4d6bf1661dcc775301d2e3b8791264dd474cab48 (patch)
tree12e41040fe1a5c7a47156e34a238778f31c8bffe /telepathy-glib/handle-channels-context.c
parentbc1219b5ed6fb616b5539fda5d631368b83c6050 (diff)
downloadtelepathy-glib-4d6bf1661dcc775301d2e3b8791264dd474cab48.tar.gz
remove useless backslash
Diffstat (limited to 'telepathy-glib/handle-channels-context.c')
-rw-r--r--telepathy-glib/handle-channels-context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/handle-channels-context.c b/telepathy-glib/handle-channels-context.c
index 7c78c0cef..7ebd59710 100644
--- a/telepathy-glib/handle-channels-context.c
+++ b/telepathy-glib/handle-channels-context.c
@@ -261,7 +261,7 @@ tp_handle_channels_context_constructed (GObject *object)
TpHandleChannelsContext *self = TP_HANDLE_CHANNELS_CONTEXT (
object);
void (*chain_up) (GObject *) =
- ((GObjectClass *) \
+ ((GObjectClass *)
tp_handle_channels_context_parent_class)->constructed;
if (chain_up != NULL)