diff options
Diffstat (limited to '')
-rw-r--r-- | src/outputBuffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/outputBuffer.h b/src/outputBuffer.h index cea8d00d5..90cc6906b 100644 --- a/src/outputBuffer.h +++ b/src/outputBuffer.h @@ -43,7 +43,7 @@ void clearOutputBuffer(OutputBuffer * cb); void flushOutputBuffer(OutputBuffer * cb); -/* we send inStream where for buffering the inputStream while waiting to +/* we send inStream for buffering the inputStream while waiting to send the next chunk */ int sendDataToOutputBuffer(OutputBuffer * cb, InputStream * inStream, DecoderControl * dc, int seekable, char * data, long datalen, |