Commit f149766d authored by diego's avatar diego

Add 'void' keyword to parameterless function declaration.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16861 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d7568c44
...@@ -4441,7 +4441,7 @@ static void handle_child_exit(int sig) ...@@ -4441,7 +4441,7 @@ static void handle_child_exit(int sig)
need_to_start_children = 1; need_to_start_children = 1;
} }
static void opt_debug() static void opt_debug(void)
{ {
ffserver_debug = 1; ffserver_debug = 1;
ffserver_daemon = 0; ffserver_daemon = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment