aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drmtools.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drmtools.c b/drmtools.c
index b3b3a9b..d676b63 100644
--- a/drmtools.c
+++ b/drmtools.c
@@ -28,8 +28,7 @@
#if __BYTE_ORDER == __LITTLE_ENDIAN
# define LE_BE(_le, _be) (_le)
-#endif
-#if __BYTE_ORDER == __BIG_ENDIAN
+#elif __BYTE_ORDER == __BIG_ENDIAN
# define LE_BE(_le, _be) (_be)
#endif