Commit 81569121 authored by Alejandro Mery's avatar Alejandro Mery
Browse files

Merge pull request #6 from cnxsoft/master

fel: fix typo in endian.h handling for OSX
parents c71ff92c 1fff8ee4
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
#define le32toh(x) CFSwapInt32LittleToHost(x) #define le32toh(x) CFSwapInt32LittleToHost(x)
#define htole16(x) CFSwapInt16HostToLittle(x) #define htole16(x) CFSwapInt16HostToLittle(x)
#define le16toh(x) CFSwapInt16LittleToHost(x) #define le16toh(x) CFSwapInt16LittleToHost(x)
#elif #else
#include <endian.h> #include <endian.h>
#endif #endif
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment