Commit 564354ce authored by stefano's avatar stefano

Prefer (void) over (), for consisteny reason.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18727 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a5cc196a
...@@ -65,7 +65,7 @@ char *av_get_token(const char **buf, const char *term) ...@@ -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;
......
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