Browse code

Add void keyword to parameterless function declaration.

Originally committed as revision 16712 to svn://svn.ffmpeg.org/ffmpeg/trunk

Diego Biurrun authored on 2009/01/21 23:28:16
Showing 1 changed files
... ...
@@ -105,7 +105,7 @@ char *av_base64_encode(char * buf, int buf_len, const uint8_t * src, int len)
105 105
 #ifdef TEST_BASE64
106 106
 #include "avutil.h"
107 107
 
108
-int b64test()
108
+int b64test(void)
109 109
 {
110 110
     int numerr = 0;
111 111
     int len;