提交 40f5cd89 编写于 作者: D Diego Biurrun

Add void keyword to parameterless function declaration.

Originally committed as revision 16712 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 d6da3df7
......@@ -105,7 +105,7 @@ char *av_base64_encode(char * buf, int buf_len, const uint8_t * src, int len)
#ifdef TEST_BASE64
#include "avutil.h"
int b64test()
int b64test(void)
{
int numerr = 0;
int len;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册