From 5875390968e5f843e930031db44d59be34d696bf Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 20 May 2012 05:16:20 +0100 Subject: [PATCH] Fixed spacing --- src/conn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conn.c b/src/conn.c index e53a7f9..26df418 100644 --- a/src/conn.c +++ b/src/conn.c @@ -109,7 +109,7 @@ xmpp_conn_t *xmpp_conn_new(xmpp_ctx_t * const ctx) conn->bound_jid = NULL; conn->tls_support = 0; - conn->tls_disabled = 0; + conn->tls_disabled = 0; conn->tls_failed = 0; conn->sasl_support = 0; conn->secured = 0;