From: Mark Adler Date: Sun, 9 Oct 2011 22:25:48 +0000 (-0700) Subject: Fix indentation of code in inflate.c. X-Git-Tag: v1.2.5.2~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b48d061c8c46bc19e6ad965157440880e5708b9;p=thirdparty%2Fzlib-ng.git Fix indentation of code in inflate.c. --- diff --git a/inflate.c b/inflate.c index e14b361e0..214bf26bc 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));