summaryrefslogtreecommitdiffstats
path: root/mp3lib/dct36.c
diff options
context:
space:
mode:
Diffstat (limited to 'mp3lib/dct36.c')
-rw-r--r--mp3lib/dct36.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mp3lib/dct36.c b/mp3lib/dct36.c
index 04992f09cc..18bb35a5c4 100644
--- a/mp3lib/dct36.c
+++ b/mp3lib/dct36.c
@@ -193,7 +193,7 @@ static void dct36(real *inbuf,real *o1,real *o2,real *wintab,real *tsbuf)
sum1 = (tmp2b - tmp1b) * tfcos36[(v)]; \
MACRO0(v); }
- register const real *c = nCOS9;
+ register const real *c = COS9;
register real *out2 = o2;
register real *w = wintab;
register real *out1 = o1;