summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-05-03 09:54:57 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-05-09 12:14:11 +0200
commitf7fdbf7336f5d7b8a12ac67448baff6f161b43f4 (patch)
tree365d4189c8491784ea5f8f165bc5746599044520
parent05b3d1e1f9d5c63d0d01a9cecc3f04cae3191605 (diff)
tls-certificate-rejection: remove GError coding style check workaround
-rw-r--r--telepathy-glib/tls-certificate-rejection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/tls-certificate-rejection.c b/telepathy-glib/tls-certificate-rejection.c
index 7cf8755cb..2383db953 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