changeset 7558:f89b4a70dbda

warning fix - hope it don't break it
author arpi
date Sun, 29 Sep 2002 19:23:21 +0000
parents f296ff05bcd0
children b645204ea527
files libvo/vo_svga.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_svga.c	Sun Sep 29 19:19:31 2002 +0000
+++ b/libvo/vo_svga.c	Sun Sep 29 19:23:21 2002 +0000
@@ -753,7 +753,7 @@
 
 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;