mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-15 11:30:08 +01: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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user