aboutsummaryrefslogtreecommitdiff
path: root/inflate.c
diff options
context:
space:
mode:
Diffstat (limited to 'inflate.c')
-rw-r--r--inflate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/inflate.c b/inflate.c
index e14b361..214bf26 100644
--- a/inflate.c
+++ b/inflate.c
@@ -201,7 +201,7 @@ int stream_size;
201#ifdef Z_SOLO 201#ifdef Z_SOLO
202 return Z_STREAM_ERROR; 202 return Z_STREAM_ERROR;
203#else 203#else
204 strm->zfree = zcfree; 204 strm->zfree = zcfree;
205#endif 205#endif
206 state = (struct inflate_state FAR *) 206 state = (struct inflate_state FAR *)
207 ZALLOC(strm, 1, sizeof(struct inflate_state)); 207 ZALLOC(strm, 1, sizeof(struct inflate_state));