diff options
Diffstat (limited to 'butl/sha256')
-rw-r--r-- | butl/sha256 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/butl/sha256 b/butl/sha256 index c6b2754..1c20a57 100644 --- a/butl/sha256 +++ b/butl/sha256 @@ -96,6 +96,6 @@ namespace butl // LIBBUTL_EXPORT std::string fingerprint_to_sha256 (const std::string&); -}; +} #endif // BUTL_SHA256 |