summaryrefslogtreecommitdiff
path: root/telepathy-glib/stream-tube-channel.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-10-06 16:18:32 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-10-06 16:18:32 +0200
commit83f928ab081899c1d0eb67ead6994e40335f91a2 (patch)
tree16dc3ff75ce73a9d9bb747df0522bd530740ac9b /telepathy-glib/stream-tube-channel.c
parent6c8727bf9e48516a99a2988d5864a35fe062f445 (diff)
downloadtelepathy-glib-83f928ab081899c1d0eb67ead6994e40335f91a2.tar.gz
don't put ';' after G_DEFINE_TYPE
Diffstat (limited to 'telepathy-glib/stream-tube-channel.c')
-rw-r--r--telepathy-glib/stream-tube-channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/stream-tube-channel.c b/telepathy-glib/stream-tube-channel.c
index 51d4b21de..5598bea12 100644
--- a/telepathy-glib/stream-tube-channel.c
+++ b/telepathy-glib/stream-tube-channel.c
@@ -71,7 +71,7 @@
#include <gio/gunixconnection.h>
#endif /* HAVE_GIO_UNIX */
-G_DEFINE_TYPE (TpStreamTubeChannel, tp_stream_tube_channel, TP_TYPE_CHANNEL);
+G_DEFINE_TYPE (TpStreamTubeChannel, tp_stream_tube_channel, TP_TYPE_CHANNEL)
/* Used to store the data of a NewRemoteConnection signal while we are waiting
* for the TCP connection identified by this signal */