]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Fixed warning about no newline at the end of adler32_ssse3.c.
authorNathan Moinvaziri <nathan@nathanm.com>
Sat, 4 Jul 2020 03:16:56 +0000 (20:16 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Fri, 14 Aug 2020 20:20:50 +0000 (22:20 +0200)
    adler32_ssse3.c:123:7: warning: no newline at end of file [-Wnewline-eof]

arch/x86/adler32_ssse3.c

index b60ec68a11551c7a5abea8f45ba5dc2b8a88cc5c..20a23cf376c3ab2c834eaa7ed690b76659f94a19 100644 (file)
@@ -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