Merge pull request #655 from njankowski/issue-651

Fix typo and remove unused symbol. Fixes #651
This commit is contained in:
Simon Howard 2016-01-22 22:55:09 -05:00
commit b40e43e330

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