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
Prefer (void) over () in function prototype.
Originally committed as revision 18727 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Stefano Sabatini
16 years ago
parent
dd04911c4e
commit
2e032b32df
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavfilter/parseutils.c
+ 1
- 1
libavfilter/parseutils.c
View File
@@ -65,7 +65,7 @@ char *av_get_token(const char **buf, const char *term)
#undef printf
int main()
int main(
void
)
{
int i;
Write
Preview
Loading…
Cancel
Save