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
commit282f4985ebc1dbeac9a181c00d5bf47defabbffe (patch)
tree4e5b8b35d3914ba017cf60ba82c7d11fe0e651bc
parent6e1187c3634e284254874a65349196ba7cb150d8 (diff)
downloadtelepathy-glib-282f4985ebc1dbeac9a181c00d5bf47defabbffe.tar.gz
Remove ; that should not be
-rw-r--r--telepathy-glib/base-room-config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/base-room-config.c b/telepathy-glib/base-room-config.c
index 3b6d4f481..04d9ee077 100644
--- a/telepathy-glib/base-room-config.c
+++ b/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)
* // ...
* )
* ]|