From: DRC Date: Tue, 6 May 2014 09:41:08 +0000 (+0000) Subject: Phrasing. Boom. X-Git-Tag: 1.3.90~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f57b8a6357e2374128fc702fdbe43d21362b867c;p=libjpeg-turbo Phrasing. Boom. git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1268 632fc199-4ca6-4c93-a231-07263d6284db --- diff --git a/turbojpeg.c b/turbojpeg.c index 5ce1594..648744c 100644 --- a/turbojpeg.c +++ b/turbojpeg.c @@ -1322,7 +1322,7 @@ DLLEXPORT int DLLCALL tjDecodeYUV(tjhandle handle, unsigned char *srcBuf, } if((this->init&DECOMPRESS)==0) - _throw("tjDecodeYUV(): Instance has not been initialized for compression"); + _throw("tjDecodeYUV(): Instance has not been initialized for decompression"); if(srcBuf==NULL || pad<0 || !isPow2(pad) || subsamp<0 || subsamp>=NUMSUBOPT || dstBuf==NULL || width<=0 || pitch<0 || height<=0 || pixelFormat<0