From 603b5667b64aa5aaea0aa7e575fb4cb2c2b6d7c7 Mon Sep 17 00:00:00 2001 From: runge Date: Mon, 20 Feb 2006 19:19:30 +0000 Subject: fix some non-gcc compiler warnings and signals in x11vnc --- libvncserver/cursor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvncserver/cursor.c') diff --git a/libvncserver/cursor.c b/libvncserver/cursor.c index eb976e2..d40fb76 100644 --- a/libvncserver/cursor.c +++ b/libvncserver/cursor.c @@ -341,7 +341,7 @@ char* rfbMakeMaskFromAlphaSource(int width,int height,unsigned char* alphaSource } } free(error); - return result; + return (char *) result; } void rfbFreeCursor(rfbCursorPtr cursor) -- cgit v1.2.1