summaryrefslogtreecommitdiff
path: root/fb
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2007-07-11 17:15:29 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2007-07-11 17:16:59 -0700
commit7c0ca27f6dd0a800dc27429a33dbc8e133f9a9c1 (patch)
treee2aebdbd9537ec99793f1e9516b9dca90b797713 /fb
parent0a4e9311158ed3ecda0722640f860ace2f87a97e (diff)
"fbpict.c", line 215: void function cannot return value
Diffstat (limited to 'fb')
-rw-r--r--fb/fbpict.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fb/fbpict.c b/fb/fbpict.c
index ead84d735..9efa0e816 100644
--- a/fb/fbpict.c
+++ b/fb/fbpict.c
@@ -210,7 +210,7 @@ fbCompositeGeneral (CARD8 op,
CARD16 width,
CARD16 height)
{
- return fbComposite (op, pSrc, pMask, pDst,
+ fbComposite (op, pSrc, pMask, pDst,
xSrc, ySrc, xMask, yMask, xDst, yDst,
width, height);
}