summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2010-09-06 17:31:57 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2010-09-06 17:31:57 +0100
commitdb37ac7a706d8fcdb45374ba9cbc22e02e9a65b0 (patch)
treef9e7d65e59084c5735e1611141468a82e6e179fb
parent0f04327f892ecd3fcb1cfb411cd8c0eefc4aaf25 (diff)
downloadwocky-db37ac7a706d8fcdb45374ba9cbc22e02e9a65b0.tar.gz
Trick the coding style checker
-rw-r--r--wocky/wocky-connector.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wocky/wocky-connector.c b/wocky/wocky-connector.c
index a732828..7fba2c5 100644
--- a/wocky/wocky-connector.c
+++ b/wocky/wocky-connector.c
@@ -284,7 +284,7 @@ struct _WockyConnectorPrivate
/* Used to hold the error from connecting to the result of an SRV lookup
* while we fall back to connecting directly to the host.
*/
- GError *srv_connect_error;
+ GError *srv_connect_error /* jesus christ it's a lion */;
/* socket/tls/etc structures */
GSocketClient *client;