]> granicus.if.org Git - libjpeg-turbo/commitdiff
Phrasing. Boom.
authorDRC <dcommander@users.sourceforge.net>
Tue, 6 May 2014 09:41:08 +0000 (09:41 +0000)
committerDRC <dcommander@users.sourceforge.net>
Tue, 6 May 2014 09:41:08 +0000 (09:41 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1268 632fc199-4ca6-4c93-a231-07263d6284db

turbojpeg.c

index 5ce1594c3f8b3c154a1e630a49c35e2e577bc8b2..648744cb514e986e111573885fe10854d52c605e 100644 (file)
@@ -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