summaryrefslogtreecommitdiffstats
path: root/libvo/vo_vesa.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_vesa.c')
-rw-r--r--libvo/vo_vesa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_vesa.c b/libvo/vo_vesa.c
index e66208cae2..024037fd70 100644
--- a/libvo/vo_vesa.c
+++ b/libvo/vo_vesa.c
@@ -528,7 +528,7 @@ static char *model2str(unsigned char type)
return retval;
}
-unsigned fillMultiBuffer( unsigned long vsize, unsigned nbuffs )
+static unsigned fillMultiBuffer(unsigned long vsize, unsigned nbuffs)
{
unsigned long screen_size, offset;
unsigned total,i;