summaryrefslogtreecommitdiff
path: root/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'stdafx.h')
-rw-r--r--stdafx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdafx.h b/stdafx.h
index 6e1034b2f..fd2c655c9 100644
--- a/stdafx.h
+++ b/stdafx.h
@@ -119,7 +119,7 @@ static uint32 INLINE TO_LE32(uint32 x) { return BSWAP32(x); }
static uint16 INLINE TO_LE16(uint16 x) { return BSWAP16(x); }
# define TO_BE32(x) x
# define TO_BE16(x) x
-#define TO_BE32X(x) x
+#define TO_BE32X(x) x
#else
# define TO_LE32(x) x
# define TO_LE16(x) x