From 361f3b5cec0fb550d0328b4eee304d03bf2689f3 Mon Sep 17 00:00:00 2001 From: Joshua Olson <0joshua.olson1@gmail.com> Date: Sun, 2 Jul 2017 19:17:43 -0600 Subject: [PATCH] Fix terminator --- hashes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hashes.js b/hashes.js index 34af620..9e62254 100644 --- a/hashes.js +++ b/hashes.js @@ -801,7 +801,7 @@ x[((len + 64 >> 9) << 4) + 15] = len; for (i = 0; i < x.length; i += 16) { - olda = a, + olda = a; oldb = b; oldc = c; oldd = d;