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; #ifdef Z_SOLO return Z_STREAM_ERROR; #else - strm->zfree = zcfree; + strm->zfree = zcfree; #endif state = (struct inflate_state FAR *) ZALLOC(strm, 1, sizeof(struct inflate_state));