Add void keyword to parameterless function declaration.

Originally committed as revision 16712 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2009-01-21 14:28:16 +00:00
parent d6da3df729
commit 40f5cd89c9

View File

@ -105,7 +105,7 @@ char *av_base64_encode(char * buf, int buf_len, const uint8_t * src, int len)
#ifdef TEST_BASE64 #ifdef TEST_BASE64
#include "avutil.h" #include "avutil.h"
int b64test() int b64test(void)
{ {
int numerr = 0; int numerr = 0;
int len; int len;