From 48a23e5838cb74675fedf1a5e32f727199b3c9d4 Mon Sep 17 00:00:00 2001 From: Jan Zerebecki Date: Sat, 19 Jan 2008 00:11:42 +0100 Subject: [PATCH] push 5bd477b59599d14e7f530e0820aedb13416f0d6f --- dlls/winex11.drv/mouse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/winex11.drv/mouse.c b/dlls/winex11.drv/mouse.c index ce0cda9d8c4..17092bc04be 100644 --- a/dlls/winex11.drv/mouse.c +++ b/dlls/winex11.drv/mouse.c @@ -577,7 +577,7 @@ static Cursor create_xcursor_cursor( Display *display, const cursor_t *cursor_ob if (image->xhot >= image->width || image->yhot >= image->height) { - image->xhot = image->width / 2;/ + image->xhot = image->width / 2; image->yhot = image->height / 2; } -- 2.11.4.GIT