summaryrefslogtreecommitdiffstats
path: root/mpg123_artsplugin/mpg123/decode_i386.c
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-01-30 20:17:37 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-01-30 20:17:37 +0900
commit6db8697910438fd063598f66a73b68d2dcd70a36 (patch)
tree17ad616e4add01128162bad2e8b2aec21ebd18de /mpg123_artsplugin/mpg123/decode_i386.c
parentc1ac60f0fc2ba193f7219d25d727dec4fc97fd1b (diff)
downloadtdemultimedia-6db8697910438fd063598f66a73b68d2dcd70a36.tar.gz
tdemultimedia-6db8697910438fd063598f66a73b68d2dcd70a36.zip
Removed explicit usage of the 'register' keyword.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'mpg123_artsplugin/mpg123/decode_i386.c')
-rw-r--r--mpg123_artsplugin/mpg123/decode_i386.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpg123_artsplugin/mpg123/decode_i386.c b/mpg123_artsplugin/mpg123/decode_i386.c
index d39795f8..a16bdb09 100644
--- a/mpg123_artsplugin/mpg123/decode_i386.c
+++ b/mpg123_artsplugin/mpg123/decode_i386.c
@@ -170,7 +170,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--,b0+=0x10,window+=0x20,samples+=step)