diff options
author | PokeCodec <doremylover456@gmail.com> | 2020-07-27 19:17:34 -0400 |
---|---|---|
committer | PokeCodec <doremylover456@gmail.com> | 2020-07-28 15:23:02 -0400 |
commit | 37957b2d15833db0c7949387ce7136a11265cd9b (patch) | |
tree | a41a4367a28fd700a228ca461625907e9ffb14d1 /tools | |
parent | 462e3bc0cb63c92fcebb397252454d7912594c24 (diff) |
semicolon
Diffstat (limited to 'tools')
-rw-r--r-- | tools/gbagfx/gfx.c | 2 |
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: |