From 66fafa133f571dbf2ede6d96feeee8541ae7621a Mon Sep 17 00:00:00 2001 From: iive Date: Sun, 9 Mar 2008 10:35:45 +0000 Subject: Don't use void * arithmetic. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26205 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_svga.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo') diff --git a/libvo/vo_svga.c b/libvo/vo_svga.c index 86df078360..2c27b106e4 100644 --- a/libvo/vo_svga.c +++ b/libvo/vo_svga.c @@ -88,7 +88,7 @@ static int x_pos, y_pos; static struct { int yoffset;//y position of the page int doffset;//display start of the page - void * vbase;//memory start address of the page + uint8_t * vbase;//memory start address of the page int locks; }PageStore[MAXPAGES]; -- cgit v1.2.3