aboutsummaryrefslogtreecommitdiff
path: root/infback.c
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:24:02 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:24:02 -0700
commit79fbcdc939b5d515218187a0d5f2526fb632075a (patch)
treedc82b3a452568093ab8a9f365126ba56a419eea1 /infback.c
parent7a6955760ba950eb82f57929f8f6c9847c65f0af (diff)
downloadzlib-79fbcdc939b5d515218187a0d5f2526fb632075a.tar.gz
zlib-79fbcdc939b5d515218187a0d5f2526fb632075a.tar.bz2
zlib-79fbcdc939b5d515218187a0d5f2526fb632075a.zip
zlib 1.2.2v1.2.2
Diffstat (limited to 'infback.c')
-rw-r--r--infback.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/infback.c b/infback.c
index 477b6ea..262f97c 100644
--- a/infback.c
+++ b/infback.c
@@ -434,8 +434,8 @@ void FAR *out_desc;
434 } 434 }
435 } 435 }
436 436
437 /* handle error breaks in while */ 437 /* handle error breaks in while */
438 if (state->mode == BAD) break; 438 if (state->mode == BAD) break;
439 439
440 /* build code tables */ 440 /* build code tables */
441 state->next = state->codes; 441 state->next = state->codes;