diff options
Diffstat (limited to 'gflib/text.c')
-rw-r--r-- | gflib/text.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gflib/text.c b/gflib/text.c index d46ac7c0e..5722d5a43 100644 --- a/gflib/text.c +++ b/gflib/text.c @@ -475,7 +475,7 @@ u8 GetLastTextColor(u8 colorType) \ for (; i < toY; i++) \ { \ - asm("":::"sl"); \ + asm("":::"sl"); \ r5 = *(ptr++); \ for (j = fromX; j < toX; j++) \ { \ |