summaryrefslogtreecommitdiffstats
path: root/mpg123_artsplugin/mpg123/decode.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpg123_artsplugin/mpg123/decode.c')
-rw-r--r--mpg123_artsplugin/mpg123/decode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpg123_artsplugin/mpg123/decode.c b/mpg123_artsplugin/mpg123/decode.c
index 0c7036a8..328bf83a 100644
--- a/mpg123_artsplugin/mpg123/decode.c
+++ b/mpg123_artsplugin/mpg123/decode.c
@@ -152,7 +152,7 @@ int synth_1to1(real *bandPtr,int channel,unsigned char *out,int *pnt)
{
- register int j;
+ int j;
real *window = decwin + 16 - bo1;
for (j=16;j;j--,window+=0x10,samples+=step)