From 5b48d061c8c46bc19e6ad965157440880e5708b9 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Sun, 9 Oct 2011 15:25:48 -0700 Subject: [PATCH] Fix indentation of code in inflate.c. --- inflate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inflate.c b/inflate.c index e14b361e..214bf26b 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));