"fbpict.c", line 215: void function cannot return value

This commit is contained in:
Alan Coopersmith 2007-07-11 17:15:29 -07:00
parent 0a4e931115
commit 7c0ca27f6d

View File

@ -210,7 +210,7 @@ fbCompositeGeneral (CARD8 op,
CARD16 width, CARD16 width,
CARD16 height) CARD16 height)
{ {
return fbComposite (op, pSrc, pMask, pDst, fbComposite (op, pSrc, pMask, pDst,
xSrc, ySrc, xMask, yMask, xDst, yDst, xSrc, ySrc, xMask, yMask, xDst, yDst,
width, height); width, height);
} }