dev9ghzdrk: Remove obsoleted keyword for Clang. (#3768)

This commit is contained in:
Ty 2020-10-01 08:38:27 -04:00 committed by GitHub
parent 441602aee0
commit 00cc4362e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ static unsigned char xor_table[256]={
0x00, 0x87, 0x96, 0x11, 0xA5, 0x22, 0x33, 0xB4, 0xB4, 0x33, 0x22, 0xA5, 0x11, 0x96, 0x87, 0x00};
static void xfromman_call20_calculateXors(unsigned char buffer[128], unsigned char blah[4]){
register unsigned char a=0, b=0, c=0, i;
unsigned char a=0, b=0, c=0, i;
for (i=0; i<128; i++){
a ^= xor_table[buffer[i]];