]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Update insert_string_acle.c 129/head
authorMika Lindqvist <postmaster@raasu.org>
Sat, 7 Oct 2017 19:06:04 +0000 (22:06 +0300)
committerGitHub <noreply@github.com>
Sat, 7 Oct 2017 19:06:04 +0000 (22:06 +0300)
Build fix.

arch/arm/insert_string_acle.c

index 419ddff7ccc1941b9848ab66723233a41e31a0b6..629614cc3a4f7defb297a0d5fa2a6b66da559a69 100644 (file)
@@ -45,7 +45,7 @@ Pos insert_string_acle(deflate_state *const s, const Pos str, unsigned int count
             s->prev[p & s->w_mask] = s->head[hm];
             s->head[hm] = p;
             if (p == lp) {
-                ret = s->prev[lp & s->w_mask]);
+                ret = s->prev[lp & s->w_mask];
             }
         }
     }