aboutsummaryrefslogtreecommitdiffstats
path: root/c/sha3sum.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/sha3sum.c')
-rw-r--r--c/sha3sum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/sha3sum.c b/c/sha3sum.c
index b575c2e..fb62b93 100644
--- a/c/sha3sum.c
+++ b/c/sha3sum.c
@@ -622,7 +622,7 @@ int main(int argc, char** argv)
if (j > 2)
fastSqueeze(j - 2);
if (j > 1)
- bs = squeeze(1);
+ bs = squeeze();
dispose();
if (filename == null)