summaryrefslogtreecommitdiff
path: root/apps/codecs/libwma/fft.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libwma/fft.c')
-rw-r--r--apps/codecs/libwma/fft.c2
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)
128 return 0; 128 return 0;
129} 129}
130 130
131int fft_init_global() 131int fft_init_global(void)
132{ 132{
133 int i, n; 133 int i, n;
134 fixed32 c1, s1, s2; 134 fixed32 c1, s1, s2;