FreeBSD 10 clang port
This commit is contained in:
committed by
Jon Trulson
parent
8d0551bfda
commit
c3f74eec17
@@ -914,12 +914,12 @@ int scaledX, scaledY ;
|
||||
|
||||
nSrcLines = *pNLines;
|
||||
if (nSrcLines <= 0)
|
||||
return; /* no lines, EXIT */
|
||||
return 0; /* no lines, EXIT */
|
||||
pPriv = (ilXPrivPtr)pData->pPrivate;
|
||||
pSrcImage = pData->pSrcImage;
|
||||
width = pSrcImage->width;
|
||||
if (width <= 0)
|
||||
return; /* no width, EXIT */
|
||||
return 0; /* no width, EXIT */
|
||||
srcRowBytes = pSrcImage->plane[0].nBytesPerRow;
|
||||
pSrcLine = (ilPtr)(pSrcImage->plane[0].pPixels +
|
||||
pData->srcLine * srcRowBytes);
|
||||
|
||||
Reference in New Issue
Block a user