summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2011-11-24 17:57:39 +1100
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2011-11-28 22:20:35 +1100
commit4ea66c821c9f79fe3946a5e1507af9a67ced3cc5 (patch)
tree527959f7668000add28fb872d5de010f35074abb
parent7c0b545a4d40ddec25dde40e8789cc217c368d3d (diff)
Remove ; that should not be
-rw-r--r--glib/telepathy-glib/base-room-config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/telepathy-glib/base-room-config.c b/glib/telepathy-glib/base-room-config.c
index 3b6d4f481..04d9ee077 100644
--- a/glib/telepathy-glib/base-room-config.c
+++ b/glib/telepathy-glib/base-room-config.c
@@ -50,7 +50,7 @@
* TP_TYPE_BASE_CHANNEL,
* // ...
* G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_CHANNEL_INTERFACE_ROOM_CONFIG,
- * tp_base_room_config_iface_init);
+ * tp_base_room_config_iface_init)
* // ...
* )
* ]|