src/sunos_endian.h: No newline at end of file

For pedantic compilers this is actually a fatal error, since per
(older?) C standards the file should end with an EOL.
This commit is contained in:
Jim Klimov
2021-03-28 18:54:22 +03:00
parent 8ae4c9bc0e
commit 5217bcd13d

View File

@@ -9,4 +9,4 @@
#define htole64(x) LE_64(x)
#define le64toh(x) LE_64(x)
#endif /* SUN_OS_ENDIAN_H */
#endif /* SUN_OS_ENDIAN_H */