Commit 8932de657ab2fd43d405a09c22de5233ec863985

Authored by Stéphane Raimbault
1 parent 57c3d76f

Minor

Showing 1 changed file with 1 additions and 1 deletions
src/modbus-data.c
@@ -31,7 +31,7 @@ @@ -31,7 +31,7 @@
31 #include <libkern/OSByteOrder.h> 31 #include <libkern/OSByteOrder.h>
32 #define bswap_16 OSSwapInt16 32 #define bswap_16 OSSwapInt16
33 #define bswap_32 OSSwapInt32 33 #define bswap_32 OSSwapInt32
34 - #define bswap_64 OSSwapInt64 34 + #define bswap_64 OSSwapInt64
35 #endif 35 #endif
36 36
37 #if defined(__GNUC__) 37 #if defined(__GNUC__)