aboutsummaryrefslogtreecommitdiffstats
path: root/libmatrix.c
diff options
context:
space:
mode:
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;
}