Merge pull request #1134 from GriffinRichards/fix-warn

Fix backslash+newline warning
This commit is contained in:
GriffinR 2020-08-12 19:59:36 -04:00 committed by GitHub
commit 1c74977915
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -475,7 +475,7 @@ u8 GetLastTextColor(u8 colorType)
\
for (; i < toY; i++) \
{ \
asm("":::"sl"); \
asm("":::"sl"); \
r5 = *(ptr++); \
for (j = fromX; j < toX; j++) \
{ \