diff options
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tclZlib.c | 4 |
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; } |