re-remove extra semicolons (from #1104)

This commit is contained in:
Kurausukun
2020-10-19 05:58:51 -04:00
parent 7dc95a0103
commit 7d5fce9a72
2 changed files with 2 additions and 2 deletions

View File

@@ -282,7 +282,7 @@ static void HflipTile(unsigned char * tile, int bitDepth)
for (i = 0; i < 8; i++)
{
SWAP_NYBBLES(&tile[4 * i + 0], &tile[4 * i + 3]);
SWAP_NYBBLES(&tile[4 * i + 1], &tile[4 * i + 2]);;
SWAP_NYBBLES(&tile[4 * i + 1], &tile[4 * i + 2]);
}
break;
case 8: