From 5217bcd13ddc745d9d6df35730de7480a22f7c07 Mon Sep 17 00:00:00 2001 From: Jim Klimov Date: Sun, 28 Mar 2021 18:54:22 +0300 Subject: [PATCH] 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. --- src/sunos_endian.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sunos_endian.h b/src/sunos_endian.h index b15996a..c54f8df 100644 --- a/src/sunos_endian.h +++ b/src/sunos_endian.h @@ -9,4 +9,4 @@ #define htole64(x) LE_64(x) #define le64toh(x) LE_64(x) -#endif /* SUN_OS_ENDIAN_H */ \ No newline at end of file +#endif /* SUN_OS_ENDIAN_H */