summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Klimov <jimklimov@cos.ru>2021-03-28 18:54:22 +0300
committerJim Klimov <jimklimov@cos.ru>2021-03-28 18:54:26 +0300
commit5217bcd13ddc745d9d6df35730de7480a22f7c07 (patch)
treeb9747e4c7eafc737bfeb1d536082e3007c1489ef
parent8ae4c9bc0eaa80cd99cc3acdc001ee8bd8ac5800 (diff)
downloadlibfaketime-5217bcd13ddc745d9d6df35730de7480a22f7c07.tar.gz
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.
-rw-r--r--src/sunos_endian.h2
1 files changed, 1 insertions, 1 deletions
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 */