system/ByteOrder: fix big-endian support

D'oh!
This commit is contained in:
Max Kellermann
2013-11-05 22:08:53 +01:00
parent ae5dd2da4f
commit ed436c6f0c
2 changed files with 3 additions and 2 deletions

View File

@@ -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