diff options
Diffstat (limited to 'drmtools.c')
-rw-r--r-- | drmtools.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |