summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-05-07 14:24:17 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-05-07 15:33:50 +0200
commit367c3ff65f8960da30564a6428c8fdab5a2b83b1 (patch)
treeda1a998347a8b953e77d8c0e8a9970a2cfb6a49a
parent84ef2289986dc66a44d7a3805abdffd38f604c70 (diff)
remove useless '\'
-rw-r--r--telepathy-glib/add-dispatch-operation-context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/add-dispatch-operation-context.c b/telepathy-glib/add-dispatch-operation-context.c
index 6659d478..1b19ac2f 100644
--- a/telepathy-glib/add-dispatch-operation-context.c
+++ b/telepathy-glib/add-dispatch-operation-context.c
@@ -225,7 +225,7 @@ tp_add_dispatch_operation_context_constructed (GObject *object)
TpAddDispatchOperationContext *self = TP_ADD_DISPATCH_OPERATION_CONTEXT (
object);
void (*chain_up) (GObject *) =
- ((GObjectClass *) \
+ ((GObjectClass *)
tp_add_dispatch_operation_context_parent_class)->constructed;
if (chain_up != NULL)