diff options
author | kwolekr <mirrorisim@gmail.com> | 2013-02-26 01:57:59 -0500 |
---|---|---|
committer | kwolekr <mirrorisim@gmail.com> | 2013-02-26 01:57:59 -0500 |
commit | d31f07bd4b83f858cce589faac56922e12ba670f (patch) | |
tree | d4044aa4aa782dc1cb9f57adfacb3b2fd8ecc4b2 /src/base64.h | |
parent | 979ca23f1eae1adeb8b0083dffe7203c54d87395 (diff) | |
download | dragonfireclient-d31f07bd4b83f858cce589faac56922e12ba670f.tar.xz |
Fix most warnings, re-fix MSVC compile error
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 |