Fix build due to incorrect if/else statement

This commit is contained in:
Buildbot 2012-07-19 21:51:12 +10:00
parent c71ff92c02
commit 1fff8ee424

2
fel.c
View File

@ -35,7 +35,7 @@
#define le32toh(x) CFSwapInt32LittleToHost(x)
#define htole16(x) CFSwapInt16HostToLittle(x)
#define le16toh(x) CFSwapInt16LittleToHost(x)
#elif
#else
#include <endian.h>
#endif