diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-05-07 14:24:17 +0200 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-05-07 15:33:50 +0200 |
commit | 367c3ff65f8960da30564a6428c8fdab5a2b83b1 (patch) | |
tree | da1a998347a8b953e77d8c0e8a9970a2cfb6a49a /telepathy-glib | |
parent | 84ef2289986dc66a44d7a3805abdffd38f604c70 (diff) | |
download | telepathy-glib-367c3ff65f8960da30564a6428c8fdab5a2b83b1.tar.gz |
remove useless '\'
Diffstat (limited to 'telepathy-glib')
-rw-r--r-- | telepathy-glib/add-dispatch-operation-context.c | 2 |
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 6659d478c..1b19ac2f1 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) |