diff libvo/vo_gl.c @ 612:77e0094f0cce

some warnings killed
author szabii
date Tue, 24 Apr 2001 10:21:12 +0000
parents b0e4e5744899
children f83ec60bce49
line wrap: on
line diff
--- a/libvo/vo_gl.c	Tue Apr 24 05:58:09 2001 +0000
+++ b/libvo/vo_gl.c	Tue Apr 24 10:21:12 2001 +0000
@@ -79,7 +79,7 @@
 static uint32_t texture_width;
 static uint32_t texture_height;
 
-static resize(int x,int y){
+static void resize(int x,int y){
   printf("Resize: %dx%d\n",x,y);
   glViewport( 0, 0, x, y );