Skip to content

Commit 09229e2

Browse files
committed
conn: remove extra ; symbol
1 parent c07ac0a commit 09229e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/conn.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,6 @@ long xmpp_conn_get_flags(const xmpp_conn_t *const conn)
951951
XMPP_CONN_FLAG_LEGACY_SSL * conn->tls_legacy_ssl |
952952
XMPP_CONN_FLAG_TRUST_TLS * conn->tls_trust |
953953
XMPP_CONN_FLAG_LEGACY_AUTH * conn->auth_legacy_enabled;
954-
;
955954

956955
return flags;
957956
}

0 commit comments

Comments
 (0)