summaryrefslogtreecommitdiffstats
path: root/libvncserver/cursor.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvncserver/cursor.c')
-rw-r--r--libvncserver/cursor.c2
1 files changed, 1 insertions, 1 deletions
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)