diff options
Diffstat (limited to 'src/base64.h')
-rw-r--r-- | src/base64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base64.h b/src/base64.h index 5f2d6743d..1cb175518 100644 --- a/src/base64.h +++ b/src/base64.h @@ -7,4 +7,4 @@ bool base64_is_valid(std::string const& s); std::string base64_encode(unsigned char const* , unsigned int len); std::string base64_decode(std::string const& s); -#endif // BASE64_HEADER
\ No newline at end of file +#endif // BASE64_HEADER |