aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/room.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/room.h b/lib/room.h
index 0569a0c0..0636ba17 100644
--- a/lib/room.h
+++ b/lib/room.h
@@ -128,7 +128,7 @@ namespace QMatrixClient
JoinStateChange = 0x20,
TagsChange = 0x40,
MembersChange = 0x80,
- /*blank*/ = 0x100,
+ /* = 0x100, */
AccountDataChange = 0x200,
SummaryChange = 0x400,
ReadMarkerChange = 0x800,