From 79fbcdc939b5d515218187a0d5f2526fb632075a Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:24:02 -0700 Subject: zlib 1.2.2 --- infback.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'infback.c') 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; -- cgit v1.2.3-55-g6feb