From: Nathan Moinvaziri Date: Sat, 4 Jul 2020 03:16:56 +0000 (-0700) Subject: Fixed warning about no newline at the end of adler32_ssse3.c. X-Git-Tag: 1.9.9-b1~119 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c81e7c9a7060a0bfa3d875c9485a1ca19f9f674b;p=thirdparty%2Fzlib-ng.git Fixed warning about no newline at the end of adler32_ssse3.c. adler32_ssse3.c:123:7: warning: no newline at end of file [-Wnewline-eof] --- diff --git a/arch/x86/adler32_ssse3.c b/arch/x86/adler32_ssse3.c index b60ec68a..20a23cf3 100644 --- a/arch/x86/adler32_ssse3.c +++ b/arch/x86/adler32_ssse3.c @@ -120,4 +120,4 @@ ZLIB_INTERNAL uint32_t adler32_ssse3(uint32_t adler, const unsigned char *buf, s #endif -#endif \ No newline at end of file +#endif