aboutsummaryrefslogtreecommitdiff
path: root/inflate.c
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-10-09 15:25:48 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-10-09 15:25:48 -0700
commit5b48d061c8c46bc19e6ad965157440880e5708b9 (patch)
tree3e9b99290a4d46d536a70570132eef00c1adc71a /inflate.c
parentd66a30794183e04f121fd1464d7bfcfbbcaf64ed (diff)
downloadzlib-5b48d061c8c46bc19e6ad965157440880e5708b9.tar.gz
zlib-5b48d061c8c46bc19e6ad965157440880e5708b9.tar.bz2
zlib-5b48d061c8c46bc19e6ad965157440880e5708b9.zip
Fix indentation of code in inflate.c.
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));