aboutsummaryrefslogtreecommitdiffstats
path: root/src/system/ByteOrder.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/system/ByteOrder.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/system/ByteOrder.hxx b/src/system/ByteOrder.hxx
index a070cd5d0..622003254 100644
--- a/src/system/ByteOrder.hxx
+++ b/src/system/ByteOrder.hxx
@@ -36,8 +36,8 @@
#define IS_LITTLE_ENDIAN true
#define IS_BIG_ENDIAN false
#else
-#define IS_LITTLE_ENDIAN true
-#define IS_BIG_ENDIAN false;
+#define IS_LITTLE_ENDIAN false
+#define IS_BIG_ENDIAN true
#endif
static inline constexpr bool