summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-06-25 12:58:00 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-06-25 12:58:00 (GMT)
commit538b919b189ab1c46fa7b74b99c503240dfc0f6f (patch)
treed10a6e355d07c67ac1fdbd148a319cb2c982d302 /generic
parent53a1c724ce9fb550d72eb58cf3599411674da0c2 (diff)
parent97d82cb4b15f18701d239609308aa41c3b89d75c (diff)
downloadtcl-538b919b189ab1c46fa7b74b99c503240dfc0f6f.zip
tcl-538b919b189ab1c46fa7b74b99c503240dfc0f6f.tar.gz
tcl-538b919b189ab1c46fa7b74b99c503240dfc0f6f.tar.bz2
Merge 8.5
Diffstat (limited to 'generic')
-rw-r--r--generic/tclZlib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclZlib.c b/generic/tclZlib.c
index ac11089..604ce64 100644
--- a/generic/tclZlib.c
+++ b/generic/tclZlib.c
@@ -3017,7 +3017,7 @@ ZlibTransformInput(
/* buffer to start, we can read to whole available buffer */
cd->inStream.next_in = (Bytef *) cd->inBuffer;
}
- /*
+ /*
* If done - no read needed anymore, check we have to copy rest of
* decompressed data, otherwise return with size (or 0 for Eof)
*/
@@ -3101,7 +3101,7 @@ copyDecompressed:
continue;
}
*errorCodePtr = EAGAIN;
- return -1;
+ return -1;
}
break;
}