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