Merge pull request #985 from alanbuxey/patch-20
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 30 Apr 2015 23:52:17 +0000 (19:52 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 30 Apr 2015 23:52:17 +0000 (19:52 -0400)
Update base64.c to remove compiler warning

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
+}