summaryrefslogtreecommitdiff
path: root/telepathy-glib/account-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/account-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/account-manager.c')
-rw-r--r--telepathy-glib/account-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/account-manager.c b/telepathy-glib/account-manager.c
index 6c466dd5f..8faceb030 100644
--- a/telepathy-glib/account-manager.c
+++ b/telepathy-glib/account-manager.c
@@ -110,7 +110,7 @@ enum {
static guint signals[LAST_SIGNAL];
-G_DEFINE_TYPE (TpAccountManager, tp_account_manager, TP_TYPE_PROXY);
+G_DEFINE_TYPE (TpAccountManager, tp_account_manager, TP_TYPE_PROXY)
/**
* TP_ACCOUNT_MANAGER_FEATURE_CORE: