mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
Prefer (void) over () in function prototype.
Originally committed as revision 18727 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
dd04911c4e
commit
2e032b32df
@ -65,7 +65,7 @@ char *av_get_token(const char **buf, const char *term)
|
|||||||
|
|
||||||
#undef printf
|
#undef printf
|
||||||
|
|
||||||
int main()
|
int main(void)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user