From dc8a7c93d3381d7336c3dd37956bdb6e88c9eaf9 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 30 Jan 2009 18:38:25 +0000 Subject: Add missing void keyword to parameterless function declarations. Originally committed as revision 16860 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/faxcompr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/faxcompr.h') diff --git a/libavcodec/faxcompr.h b/libavcodec/faxcompr.h index 632744be64..9eb3485b02 100644 --- a/libavcodec/faxcompr.h +++ b/libavcodec/faxcompr.h @@ -33,7 +33,7 @@ /** * initialize upacker code */ -void ff_ccitt_unpack_init(); +void ff_ccitt_unpack_init(void); /** * unpack data compressed with CCITT Group 3 1/2-D or Group 4 method -- cgit v1.2.3