summaryrefslogtreecommitdiff
path: root/telepathy-glib/connection-manager.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/connection-manager.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/connection-manager.c')
-rw-r--r--telepathy-glib/connection-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/connection-manager.c b/telepathy-glib/connection-manager.c
index 0e2e82c11..e3599883e 100644
--- a/telepathy-glib/connection-manager.c
+++ b/telepathy-glib/connection-manager.c
@@ -285,7 +285,7 @@ struct _TpConnectionManagerPrivate {
G_DEFINE_TYPE (TpConnectionManager,
tp_connection_manager,
- TP_TYPE_PROXY);
+ TP_TYPE_PROXY)
static void