Prefer (void) over () in function prototype.

Originally committed as revision 18727 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefano Sabatini 2009-05-01 21:35:01 +00:00
parent dd04911c4e
commit 2e032b32df
1 changed files with 1 additions and 1 deletions

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;