diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-07-11 17:15:29 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-07-11 17:16:59 -0700 |
commit | 7c0ca27f6dd0a800dc27429a33dbc8e133f9a9c1 (patch) | |
tree | e2aebdbd9537ec99793f1e9516b9dca90b797713 /fb/fbpict.c | |
parent | 0a4e9311158ed3ecda0722640f860ace2f87a97e (diff) |
"fbpict.c", line 215: void function cannot return value
Diffstat (limited to 'fb/fbpict.c')
-rw-r--r-- | fb/fbpict.c | 2 |
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); } |