mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-22 07:20:45 +00:00
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
|
||||
#include "avutil.h"
|
||||
|
||||
int b64test()
|
||||
int b64test(void)
|
||||
{
|
||||
int numerr = 0;
|
||||
int len;
|
||||
|
Loading…
Reference in New Issue
Block a user