summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 bb6e87a231..ffca47b0e4 100644
--- a/libvo/vo_svga.c
+++ b/libvo/vo_svga.c
@@ -753,7 +753,7 @@ static void fillbox(int x, int y, int w, int h, uint32_t c) {
static void draw_alpha(int x0, int y0, int w, int h, unsigned char *src,
unsigned char *srca, int stride) {
- int base;
+ char* base;
if(oldmethod) {
base=buffer;