fix warning from last commit
This commit is contained in:
parent
cd4e58eaca
commit
b88c7e6baa
|
@ -69,7 +69,7 @@ namespace BizHawk.Common
|
|||
{
|
||||
for (var i = 0; i < len; i++)
|
||||
{
|
||||
current = CRC32Table[(current ^ ((byte*)buffer)[i]) & 0xFF] ^ (current >> 8);
|
||||
current = CRC32Table![(current ^ ((byte*)buffer)[i]) & 0xFF] ^ (current >> 8);
|
||||
}
|
||||
|
||||
return current;
|
||||
|
|
Loading…
Reference in New Issue