diff options
Diffstat (limited to 'butl/base64')
-rw-r--r-- | butl/base64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/butl/base64 b/butl/base64 index b3e335a..1ba2fa1 100644 --- a/butl/base64 +++ b/butl/base64 @@ -45,6 +45,6 @@ namespace butl LIBBUTL_EXPORT std::vector<char> base64_decode (const std::string&); -}; +} #endif // BUTL_BASE64 |