summaryrefslogtreecommitdiff
path: root/tools/gbagfx/gfx.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-07-28 17:41:34 -0400
committerGitHub <noreply@github.com>2020-07-28 17:41:34 -0400
commit5eecaf92ba035d7b5ef8c52b5ce99d1868bc6c10 (patch)
tree9a90ec855adff455c7b4689efda6737eb46098ef /tools/gbagfx/gfx.c
parent1f4813bfd2c9774b4bcbb83e6b27c994d7ad478c (diff)
parent96b904bf808805daa3de09080e10cc92e24c1f8e (diff)
Merge branch 'master' into doc-slotmachine
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: