Update base64.c
authorAlan Buxey <alan.buxey@gmail.com>
Thu, 30 Apr 2015 22:07:25 +0000 (23:07 +0100)
committerAlan Buxey <alan.buxey@gmail.com>
Thu, 30 Apr 2015 22:07:25 +0000 (23:07 +0100)
src/lib/base64.c

index b796c6a..ee65088 100644 (file)
@@ -418,4 +418,4 @@ int fr_base64_decode_alloc (const char *in, size_t inlen, char **out,
     *outlen = needlen;
 
   return TRUE;
-}
\ No newline at end of file
+}