changeset 30933:d3dc11568f7e

Use (void) instead of () to indicate a parameterless function, fixes: libvo/vo_xvmc.c:123: warning: function declaration isn't a prototype
author diego
date Sun, 28 Mar 2010 16:58:27 +0000
parents fabc2d7a21b8
children 2852fa664021
files libvo/vo_xvmc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_xvmc.c	Sun Mar 28 16:49:23 2010 +0000
+++ b/libvo/vo_xvmc.c	Sun Mar 28 16:58:27 2010 +0000
@@ -120,7 +120,7 @@
 
 static const struct{
     int id;//id as xvimages or as mplayer RGB|{8,15,16,24,32}
-    void (* init_func_ptr)();
+    void (* init_func_ptr)(void);
     void (* draw_func_ptr)();
     void (* clear_func_ptr)();
     } osd_render[]={