aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-10-04 09:54:45 +0200
committerAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-10-04 09:54:45 +0200
commit73c1c8747b0c00524239724bb7cf00776448c5c7 (patch)
tree81d0ba8a577a09f7faeac9f5362125116f538f2a
parentc49de691291147233f24c9db17c0c1a3e2b73dde (diff)
downloadlibquotient-73c1c8747b0c00524239724bb7cf00776448c5c7.tar.gz
libquotient-73c1c8747b0c00524239724bb7cf00776448c5c7.zip
quotient_common.h: remove a stray semicolon
-rw-r--r--lib/quotient_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/quotient_common.h b/lib/quotient_common.h
index 4444a111..13bf7246 100644
--- a/lib/quotient_common.h
+++ b/lib/quotient_common.h
@@ -92,7 +92,7 @@ enum RoomType {
Space,
Undefined,
};
-Q_ENUM_NS(RoomType);
+Q_ENUM_NS(RoomType)
constexpr inline auto RoomTypeStrings = make_array(
"m.space"