Merge pull request #655 from njankowski/issue-651
Fix typo and remove unused symbol. Fixes #651
This commit is contained in:
commit
b40e43e330
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue