From c310e7cedc4871e1d738ae8c75877bfde06a7b7b Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 17 Sep 2010 09:59:10 +0000 Subject: vo_vesa: mark a function static Mark fillMultiBuffer() as static, it is not used outside of the file; fixes: libvo/vo_vesa.c:532: warning: no previous prototype for 'fillMultiBuffer' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32284 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_vesa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3