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

@ -918,7 +918,7 @@ static void rfu_LMAN_REQ_callback(u16 reqCommandId, u16 reqResult)
{ {
lman.reserveDisconnectSlot_flag = 0; lman.reserveDisconnectSlot_flag = 0;
lman.acceptCount = 0; lman.acceptCount = 0;
lman.acceptSlot_flag = 0;; lman.acceptSlot_flag = 0;
lman.parent_child = MODE_NEUTRAL; lman.parent_child = MODE_NEUTRAL;
rfu_LMAN_managerChangeAgbClockMaster(); rfu_LMAN_managerChangeAgbClockMaster();
if (reqCommandId == ID_STOP_MODE_REQ) if (reqCommandId == ID_STOP_MODE_REQ)

View File

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