diff options
author | Marcoen Hirschberg <marcoen@gmail.com> | 2007-09-20 13:02:27 +0000 |
---|---|---|
committer | Marcoen Hirschberg <marcoen@gmail.com> | 2007-09-20 13:02:27 +0000 |
commit | 1be7314b39a2c05d6c5c10ae4333e0a317e180af (patch) | |
tree | aeb3309b7acceca5b507d87cdec5ae759c5c2cbd /apps/codecs/libwma/fft.c | |
parent | b2abd6767102a3dfcb8ca47986fae2ad55f8c9bd (diff) |
get rid of warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14778 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libwma/fft.c')
-rw-r--r-- | apps/codecs/libwma/fft.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |