Fix newline warning
This commit is contained in:
parent
b3c4cd8a32
commit
fa4d31ba96
1 changed files with 1 additions and 1 deletions
|
@ -475,7 +475,7 @@ u8 GetLastTextColor(u8 colorType)
|
|||
\
|
||||
for (; i < toY; i++) \
|
||||
{ \
|
||||
asm("":::"sl"); \
|
||||
asm("":::"sl"); \
|
||||
r5 = *(ptr++); \
|
||||
for (j = fromX; j < toX; j++) \
|
||||
{ \
|
||||
|
|
Loading…
Reference in a new issue