summaryrefslogtreecommitdiffstats
path: root/libvo/vo_gl.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_gl.c')
-rw-r--r--libvo/vo_gl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c
index 8d3e23ad22..c16d9addef 100644
--- a/libvo/vo_gl.c
+++ b/libvo/vo_gl.c
@@ -79,7 +79,7 @@ static uint32_t image_bytes;
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 );