X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e7baa6764f8fdfcb93a0d0125039ec69c0e0ecf3..cc9a39576ab6edb139c9bb77d01f4118853e04d2:/src/zlib/infback.c diff --git a/src/zlib/infback.c b/src/zlib/infback.c index e9709984a8..262f97c73a 100644 --- a/src/zlib/infback.c +++ b/src/zlib/infback.c @@ -434,8 +434,8 @@ void FAR *out_desc; } } - if (state->mode == BAD) - break; + /* handle error breaks in while */ + if (state->mode == BAD) break; /* build code tables */ state->next = state->codes;