diff libvo/vo_caca.c @ 29212:eda346733b8c

Add missing 'void' to parameterless function declarations.
author diego
date Mon, 04 May 2009 17:35:26 +0000
parents 7681eab10aea
children 0f1b5b68af32
line wrap: on
line diff
--- a/libvo/vo_caca.c	Mon May 04 16:56:36 2009 +0000
+++ b/libvo/vo_caca.c	Mon May 04 17:35:26 2009 +0000
@@ -140,7 +140,7 @@
     posbar[screen_w] = '\0';
 }
 
-static int resize ()
+static int resize(void)
 {
     screen_w = caca_get_width();
     screen_h = caca_get_height();