Commit cf2c671f authored by Diego Biurrun's avatar Diego Biurrun

Add 'void' keyword to parameterless function declaration.

Originally committed as revision 16861 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent dc8a7c93
......@@ -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;
......
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