summaryrefslogtreecommitdiff
path: root/apps/codecs/libwma/mdct.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libwma/mdct.c')
-rw-r--r--apps/codecs/libwma/mdct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libwma/mdct.c b/apps/codecs/libwma/mdct.c
index 00a160ecef..ac30def6dd 100644
--- a/apps/codecs/libwma/mdct.c
+++ b/apps/codecs/libwma/mdct.c
@@ -137,7 +137,7 @@ void ff_imdct_calc(MDCTContext *s,
137 } 137 }
138} 138}
139 139
140int mdct_init_global() 140int mdct_init_global(void)
141{ 141{
142 int i,j,m; 142 int i,j,m;
143 /* init MDCT */ 143 /* init MDCT */