aboutsummaryrefslogtreecommitdiff
path: root/xorg-server
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-09-14 09:06:28 +0000
committermarha <marha@users.sourceforge.net>2009-09-14 09:06:28 +0000
commit493a8d159a08f852eadca7a23553e5ab69bb0ec6 (patch)
tree1c8930f7160ee6a7372a83673373ae72aa4e62ab /xorg-server
parent9876fe3e7c391077ed9bf0f5b2c38e0f89ef1c85 (diff)
downloadvcxsrv-493a8d159a08f852eadca7a23553e5ab69bb0ec6.tar.gz
vcxsrv-493a8d159a08f852eadca7a23553e5ab69bb0ec6.tar.bz2
vcxsrv-493a8d159a08f852eadca7a23553e5ab69bb0ec6.zip
Removed compile time warning.
Diffstat (limited to 'xorg-server')
-rw-r--r--xorg-server/hw/xwin/wincursor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/wincursor.c b/xorg-server/hw/xwin/wincursor.c
index 58af100c6..ffea2e86c 100644
--- a/xorg-server/hw/xwin/wincursor.c
+++ b/xorg-server/hw/xwin/wincursor.c
@@ -563,7 +563,7 @@ static void
winDeviceCursorCleanup(DeviceIntPtr pDev, ScreenPtr pScr)
{
winScreenPriv(pScr);
- return pScreenPriv->cursor.spriteFuncs->DeviceCursorCleanup(pDev, pScr);
+ pScreenPriv->cursor.spriteFuncs->DeviceCursorCleanup(pDev, pScr);
}
static miPointerSpriteFuncRec winSpriteFuncsRec = {