aboutsummaryrefslogtreecommitdiffstats
path: root/libmatrix.c
diff options
context:
space:
mode:
authorEion Robb <eion@robbmob.com>2017-05-28 14:16:42 +1200
committerEion Robb <eion@robbmob.com>2017-05-28 14:16:42 +1200
commit3f9ec31a3da6bd3942c889543f35e091ccc7b5d2 (patch)
tree73e2cb78436819a85ff3feb75feaffe4f91da2aa /libmatrix.c
parent2a3e07f61e274b945659064245afe8d68068be00 (diff)
downloadpurple-matrix-3f9ec31a3da6bd3942c889543f35e091ccc7b5d2.tar.gz
Fix whitespace and a memleak
Diffstat (limited to 'libmatrix.c')
-rw-r--r--libmatrix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmatrix.c b/libmatrix.c
index 2cc5de0..acb188b 100644
--- a/libmatrix.c
+++ b/libmatrix.c
@@ -84,7 +84,7 @@ void matrixprpl_login(PurpleAccount *acct)
matrix_connection_new(pc);
matrix_connection_start_login(pc);
- pc->flags |= PURPLE_CONNECTION_HTML;
+ pc->flags |= PURPLE_CONNECTION_HTML;
}