Add 'void' keyword to parameterless function declaration.
authorDiego Biurrun <diego@biurrun.de>
Fri, 30 Jan 2009 18:44:38 +0000 (18:44 +0000)
committerDiego Biurrun <diego@biurrun.de>
Fri, 30 Jan 2009 18:44:38 +0000 (18:44 +0000)
Originally committed as revision 16861 to svn://svn.ffmpeg.org/ffmpeg/trunk

ffserver.c

index d2bdcc3..1fc3e65 100644 (file)
@@ -4441,7 +4441,7 @@ static void handle_child_exit(int sig)
     need_to_start_children = 1;
 }
 
-static void opt_debug()
+static void opt_debug(void)
 {
     ffserver_debug = 1;
     ffserver_daemon = 0;