Browse Source

Prefer (void) over () in function prototype.

Originally committed as revision 18727 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini 16 năm trước cách đây
mục cha
commit
2e032b32df
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      libavfilter/parseutils.c

+ 1 - 1
libavfilter/parseutils.c

@@ -65,7 +65,7 @@ char *av_get_token(const char **buf, const char *term)
 
 #undef printf
 
-int main()
+int main(void)
 {
     int i;