From 0c9e076a4ab62782b73ac09fb45fd9da0df19aec Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 30 Jan 2020 20:17:37 +0900 Subject: Removed explicit usage of the 'register' keyword. Signed-off-by: Michele Calgaro (cherry picked from commit 6db8697910438fd063598f66a73b68d2dcd70a36) --- mpg123_artsplugin/mpg123/decode_2to1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpg123_artsplugin/mpg123/decode_2to1.c') diff --git a/mpg123_artsplugin/mpg123/decode_2to1.c b/mpg123_artsplugin/mpg123/decode_2to1.c index 2eb5e07d..43bc67b0 100644 --- a/mpg123_artsplugin/mpg123/decode_2to1.c +++ b/mpg123_artsplugin/mpg123/decode_2to1.c @@ -151,7 +151,7 @@ int synth_2to1(real *bandPtr,int channel,unsigned char *out,int *pnt) } { - register int j; + int j; real *window = decwin + 16 - bo1; for (j=8;j;j--,b0+=0x10,window+=0x30) -- cgit v1.2.1