summaryrefslogtreecommitdiff
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 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;
}
}
- /* handle error breaks in while */
- if (state->mode == BAD) break;
+ /* handle error breaks in while */
+ if (state->mode == BAD) break;
/* build code tables */
state->next = state->codes;