diff options
author | PokeCodec <doremylover456@gmail.com> | 2020-07-27 19:17:34 -0400 |
---|---|---|
committer | PokeCodec <doremylover456@gmail.com> | 2020-07-27 19:17:34 -0400 |
commit | fb6f859eddd63cd59e8fabd53e47ca9080c63f3e (patch) | |
tree | e60b09e7e0c5979112b96266835d0769792c973f /tools/gbagfx/gfx.c | |
parent | 11178a49db67304bb82287e4c93ef4a36cf5edca (diff) |
semicolon
Diffstat (limited to 'tools/gbagfx/gfx.c')
-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: |