This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Add 'void' keyword to parameterless function declaration.
Originally committed as revision 16861 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
17 years ago
parent
dc8a7c93d3
commit
cf2c671f82
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ffserver.c
+ 1
- 1
ffserver.c
View 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;
Write
Preview
Loading…
Cancel
Save