Fix indentation of code in inflate.c.
authorMark Adler <madler@alumni.caltech.edu>
Sun, 9 Oct 2011 22:25:48 +0000 (15:25 -0700)
committerMark Adler <madler@alumni.caltech.edu>
Sun, 9 Oct 2011 22:25:48 +0000 (15:25 -0700)
inflate.c

index e14b361..214bf26 100644 (file)
--- 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));