Browse code

Prefer (void) over () in function prototype.

Originally committed as revision 18727 to svn://svn.ffmpeg.org/ffmpeg/trunk

Stefano Sabatini authored on 2009/05/02 06:35:01
Showing 1 changed files
... ...
@@ -65,7 +65,7 @@ char *av_get_token(const char **buf, const char *term)
65 65
 
66 66
 #undef printf
67 67
 
68
-int main()
68
+int main(void)
69 69
 {
70 70
     int i;
71 71