summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel-dispatcher.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-10-06 12:26:18 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-10-06 12:26:18 +0100
commit9e216a6264d609733125e95c94eda59bd22111c3 (patch)
tree2d9fa000a11681f8e1276b6c5f3ff4effb296fea /telepathy-glib/channel-dispatcher.c
parent533c74a6983240e39bf21d31e964074ceba1145c (diff)
downloadtelepathy-glib-9e216a6264d609733125e95c94eda59bd22111c3.tar.gz
Remove redundant trailing semicolons from G_DEFINE_TYPE etc.
ISO C forbids them, and they're an easy thing to get rid of.
Diffstat (limited to 'telepathy-glib/channel-dispatcher.c')
-rw-r--r--telepathy-glib/channel-dispatcher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/channel-dispatcher.c b/telepathy-glib/channel-dispatcher.c
index c32c90bba..c11ee2b85 100644
--- a/telepathy-glib/channel-dispatcher.c
+++ b/telepathy-glib/channel-dispatcher.c
@@ -75,7 +75,7 @@ struct _TpChannelDispatcherPrivate {
gpointer dummy;
};
-G_DEFINE_TYPE (TpChannelDispatcher, tp_channel_dispatcher, TP_TYPE_PROXY);
+G_DEFINE_TYPE (TpChannelDispatcher, tp_channel_dispatcher, TP_TYPE_PROXY)
static void
tp_channel_dispatcher_init (TpChannelDispatcher *self)