telepathy-glib: TpTLSCertificate: remove unwanted semicolon from G_DEFINE_TYPE
Guillaume Desmottes
gdesmott at kemper.freedesktop.org
Wed May 9 03:15:55 PDT 2012
Module: telepathy-glib
Branch: master
Commit: 5ebb3968072da90d83d9392aa36f8027013683d3
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=5ebb3968072da90d83d9392aa36f8027013683d3
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Tue Dec 14 15:41:02 2010 +0000
TpTLSCertificate: remove unwanted semicolon from G_DEFINE_TYPE
---
telepathy-glib/tls-certificate.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/telepathy-glib/tls-certificate.c b/telepathy-glib/tls-certificate.c
index bf2ad2d..37c897e 100644
--- a/telepathy-glib/tls-certificate.c
+++ b/telepathy-glib/tls-certificate.c
@@ -52,7 +52,7 @@ struct _TpTLSCertificatePrivate {
};
G_DEFINE_TYPE (TpTLSCertificate, tp_tls_certificate,
- TP_TYPE_PROXY);
+ TP_TYPE_PROXY)
/**
* TP_TLS_CERTIFICATE_FEATURE_CORE:
More information about the telepathy-commits
mailing list