Fix typo and remove unused symbol. Fixes #651

This commit is contained in:
njankowski 2016-01-22 16:33:50 -05:00
parent 37c1162fe8
commit b2206374b8

View file

@ -35,9 +35,7 @@
// Defines for checking the endianness of the system.
#if SDL_BYTEORDER == SYS_LIL_ENDIAN
#define SYS_LITTLE_ENDIAN
#elif SDL_BYTEORDER == SYS_BIG_ENDIAN
#if SDL_BYTEORDER == SDL_BIG_ENDIAN
#define SYS_BIG_ENDIAN
#endif