Add void keyword to parameterless function declaration.

Originally committed as revision 16712 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 16 years ago
parent d6da3df729
commit 40f5cd89c9
  1. 2
      libavutil/base64.c

@ -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…
Cancel
Save