Explorar o código

Add a missing newline at EOF

This was mentioned in issue #44.
Richard Laager %!s(int64=9) %!d(string=hai) anos
pai
achega
df709b9547
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/md5.h

+ 1 - 1
src/md5.h

@@ -42,4 +42,4 @@ extern void MD5_Init(MD5_CTX *ctx);
 extern void MD5_Update(MD5_CTX *ctx, const void *data, unsigned long size);
 extern void MD5_Final(unsigned char *result, MD5_CTX *ctx);
 
-#endif
+#endif