Merge pull request #2542 from radarhere/typo

Fixed typo
This commit is contained in:
wiredfool 2017-06-13 13:06:01 +01:00 committed by GitHub
commit 98258e29a2

View File

@ -268,7 +268,7 @@ ImagingJpegDecode(Imaging im, ImagingCodecState state, UINT8* buf, int bytes)
/* -------------------------------------------------------------------- */
int ImagingJpegDecodeCleanup(ImagingCodecState state){
/* called to fee the decompression engine when the decode terminates
/* called to free the decompression engine when the decode terminates
due to a corrupt or truncated image
*/
JPEGSTATE* context = (JPEGSTATE*) state->context;