aboutsummaryrefslogtreecommitdiff
path: root/infback.c
diff options
context:
space:
mode:
Diffstat (limited to 'infback.c')
-rw-r--r--infback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/infback.c b/infback.c
index fd02e70..6c7a034 100644
--- a/infback.c
+++ b/infback.c
@@ -46,7 +46,7 @@ int ZEXPORT inflateBackInit_(z_streamp strm, int windowBits,
46#ifdef Z_SOLO 46#ifdef Z_SOLO
47 return Z_STREAM_ERROR; 47 return Z_STREAM_ERROR;
48#else 48#else
49 strm->zfree = zcfree; 49 strm->zfree = zcfree;
50#endif 50#endif
51 state = (struct inflate_state FAR *)ZALLOC(strm, 1, 51 state = (struct inflate_state FAR *)ZALLOC(strm, 1,
52 sizeof(struct inflate_state)); 52 sizeof(struct inflate_state));