telepathy-glib: tls-certificate-rejection: remove GError coding style check workaround
Guillaume Desmottes
gdesmott at kemper.freedesktop.org
Wed May 9 03:15:59 PDT 2012
Module: telepathy-glib
Branch: master
Commit: f7fdbf7336f5d7b8a12ac67448baff6f161b43f4
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=f7fdbf7336f5d7b8a12ac67448baff6f161b43f4
Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date: Thu May 3 09:54:57 2012 +0200
tls-certificate-rejection: remove GError coding style check workaround
---
telepathy-glib/tls-certificate-rejection.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/telepathy-glib/tls-certificate-rejection.c b/telepathy-glib/tls-certificate-rejection.c
index 7cf8755..2383db9 100644
--- a/telepathy-glib/tls-certificate-rejection.c
+++ b/telepathy-glib/tls-certificate-rejection.c
@@ -66,7 +66,7 @@ struct _TpTLSCertificateRejectionPriv {
TpTLSCertificateRejectReason reason;
gchar *dbus_error;
GVariant *details;
- GError *error /* badger */ ;
+ GError *error;
};
static void
More information about the telepathy-commits
mailing list