summaryrefslogtreecommitdiff
path: root/telepathy-glib/dbus-daemon.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/dbus-daemon.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/dbus-daemon.c')
-rw-r--r--telepathy-glib/dbus-daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/dbus-daemon.c b/telepathy-glib/dbus-daemon.c
index bc40eaf34..ece33171d 100644
--- a/telepathy-glib/dbus-daemon.c
+++ b/telepathy-glib/dbus-daemon.c
@@ -75,7 +75,7 @@ struct _TpDBusDaemonPrivate
DBusConnection *libdbus;
};
-G_DEFINE_TYPE (TpDBusDaemon, tp_dbus_daemon, TP_TYPE_PROXY);
+G_DEFINE_TYPE (TpDBusDaemon, tp_dbus_daemon, TP_TYPE_PROXY)
static gpointer starter_bus_daemon = NULL;