Skip to content
Snippets Groups Projects
Commit 2e032b32 authored by Stefano Sabatini's avatar Stefano Sabatini
Browse files

Prefer (void) over () in function prototype.

Originally committed as revision 18727 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent dd04911c
No related branches found
No related tags found
No related merge requests found
...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment