From f8a80fd69df1735730f1b3c7f37506ffe0570d0d Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 23 Nov 2007 00:52:56 +0000 Subject: main() --> main(void) Originally committed as revision 11079 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/cabac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/cabac.c') diff --git a/libavcodec/cabac.c b/libavcodec/cabac.c index 7eb60b0ad2..1e0d9e592a 100644 --- a/libavcodec/cabac.c +++ b/libavcodec/cabac.c @@ -184,7 +184,7 @@ void ff_init_cabac_states(CABACContext *c){ #include "avcodec.h" -int main(){ +int main(void){ CABACContext c; uint8_t b[9*SIZE]; uint8_t r[9*SIZE]; -- cgit v1.2.3