]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
typo
authorDale Weiler <killfieldengine@gmail.com>
Sat, 14 Dec 2013 11:02:39 +0000 (06:02 -0500)
committerDale Weiler <killfieldengine@gmail.com>
Sat, 14 Dec 2013 11:02:39 +0000 (06:02 -0500)
hash.c

diff --git a/hash.c b/hash.c
index 937ccda140047b5d32cc33733125d11e016a9718..769f44565eb340458c56ea38a94cf19c39576b94 100644 (file)
--- a/hash.c
+++ b/hash.c
@@ -191,7 +191,7 @@ static GMQCC_FORCEINLINE void hash_native_process(uint32_t *ph1, uint32_t *carry
      * Alignment has been reached, deal with aligned blocks, specializing for
      * all possible carry counts.
      */
-    end = ptr + len / 4 * 4;
+    end = ptr + length / 4 * 4;
     switch (n) {
         case 0:
             for (; ptr < end; ptr += 4) {