summaryrefslogtreecommitdiff
path: root/tools/gbagfx/gfx.c
diff options
context:
space:
mode:
authorKurausukun <lord.uber1@gmail.com>2020-10-19 05:58:51 -0400
committerKurausukun <lord.uber1@gmail.com>2020-10-19 05:58:51 -0400
commit7d5fce9a72de91b20d3908b5c6dbfac18b6524a4 (patch)
tree4145d18c7922dc69c2bd7f4f896e32f738cc1d0f /tools/gbagfx/gfx.c
parent7dc95a0103af08c95c9093b6efa6c77af77a2538 (diff)
re-remove extra semicolons (from #1104)
Diffstat (limited to 'tools/gbagfx/gfx.c')
-rw-r--r--tools/gbagfx/gfx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gbagfx/gfx.c b/tools/gbagfx/gfx.c
index 8d959465f..4e85953fd 100644
--- a/tools/gbagfx/gfx.c
+++ b/tools/gbagfx/gfx.c
@@ -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: