From 1be7314b39a2c05d6c5c10ae4333e0a317e180af Mon Sep 17 00:00:00 2001 From: Marcoen Hirschberg Date: Thu, 20 Sep 2007 13:02:27 +0000 Subject: get rid of warnings git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14778 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libwma/fft.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs/libwma/fft.c') diff --git a/apps/codecs/libwma/fft.c b/apps/codecs/libwma/fft.c index 3def74d92c..e934e3c1ce 100644 --- a/apps/codecs/libwma/fft.c +++ b/apps/codecs/libwma/fft.c @@ -128,7 +128,7 @@ int fft_calc_unscaled(FFTContext *s, FFTComplex *z) return 0; } -int fft_init_global() +int fft_init_global(void) { int i, n; fixed32 c1, s1, s2; -- cgit v1.2.3