summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
Diffstat (limited to 'libs')
-rw-r--r--libs/sha1/sha1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/sha1/sha1.cpp b/libs/sha1/sha1.cpp
index 825274b9..883d4283 100644
--- a/libs/sha1/sha1.cpp
+++ b/libs/sha1/sha1.cpp
@@ -261,7 +261,7 @@ void SHA1::read(std::istream &is, std::string &s, int max)
is.read(sbuf, max);
s.assign(sbuf, is.gcount());
- delete[] sbuf;
+ delete[] sbuf;
}