summaryrefslogtreecommitdiffstats
path: root/mp3lib/decod386.c
diff options
context:
space:
mode:
Diffstat (limited to 'mp3lib/decod386.c')
-rw-r--r--mp3lib/decod386.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mp3lib/decod386.c b/mp3lib/decod386.c
index efbcae0f3b..c76d3bb843 100644
--- a/mp3lib/decod386.c
+++ b/mp3lib/decod386.c
@@ -202,7 +202,7 @@ static int synth_1to1(real *bandPtr,int channel,unsigned char *out,int *pnt)
{
register int j;
- real *window = decwin + 16 - bo1;
+ real *window = mp3lib_decwin + 16 - bo1;
for (j=16;j;j--,b0+=0x10,window+=0x20,samples+=step)
{