Don't use void * arithmetic.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26205 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
iive 2008-03-09 10:35:45 +00:00
parent ea92f386c6
commit 66fafa133f
1 changed files with 1 additions and 1 deletions

View File

@ -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];