From 0541f367ab1174e0362650609e1208059c3d2a47 Mon Sep 17 00:00:00 2001 From: Alan Buxey Date: Thu, 30 Apr 2015 23:08:40 +0100 Subject: [PATCH] Update base64.h --- src/include/base64.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/base64.h b/src/include/base64.h index 645e111906..6dad9de9bb 100644 --- a/src/include/base64.h +++ b/src/include/base64.h @@ -42,4 +42,4 @@ extern int fr_base64_decode (const char *in, size_t inlen, extern int fr_base64_decode_alloc (const char *in, size_t inlen, char **out, size_t *outlen); -#endif /* BASE64_H */ \ No newline at end of file +#endif /* BASE64_H */ -- 2.47.2