summaryrefslogtreecommitdiff
path: root/contrib/inflate86
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/inflate86')
-rw-r--r--contrib/inflate86/inffas86.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/inflate86/inffas86.c b/contrib/inflate86/inffas86.c
index 6da7635..7292f67 100644
--- a/contrib/inflate86/inffas86.c
+++ b/contrib/inflate86/inffas86.c
@@ -113,7 +113,7 @@ unsigned start; /* inflate()'s starting value for strm->avail_out */
113 ar.beg = ar.out - (start - strm->avail_out); 113 ar.beg = ar.out - (start - strm->avail_out);
114 ar.end = ar.out + (strm->avail_out - PAD_AVAIL_OUT); 114 ar.end = ar.out + (strm->avail_out - PAD_AVAIL_OUT);
115 ar.wsize = state->wsize; 115 ar.wsize = state->wsize;
116 ar.write = state->write; 116 ar.write = state->wnext;
117 ar.window = state->window; 117 ar.window = state->window;
118 ar.hold = state->hold; 118 ar.hold = state->hold;
119 ar.bits = state->bits; 119 ar.bits = state->bits;