Add void keyword to parameterless function declaration.
Originally committed as revision 16712 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d6da3df729
commit
40f5cd89c9
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user