Browse code

Add 'void' keyword to parameterless function declaration.

Originally committed as revision 16861 to svn://svn.ffmpeg.org/ffmpeg/trunk

Diego Biurrun authored on 2009/01/31 03:44:38
Showing 1 changed files
... ...
@@ -4441,7 +4441,7 @@ static void handle_child_exit(int sig)
4441 4441
     need_to_start_children = 1;
4442 4442
 }
4443 4443
 
4444
-static void opt_debug()
4444
+static void opt_debug(void)
4445 4445
 {
4446 4446
     ffserver_debug = 1;
4447 4447
     ffserver_daemon = 0;