mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Fix missing newline in a dbgPrint
This commit is contained in:
@@ -2339,7 +2339,7 @@ restart:
|
|||||||
if (!lexerState->capturing) {
|
if (!lexerState->capturing) {
|
||||||
if (!yywrap())
|
if (!yywrap())
|
||||||
goto restart;
|
goto restart;
|
||||||
dbgPrint("Reached end of input.");
|
dbgPrint("Reached end of input.\n");
|
||||||
return T_EOF;
|
return T_EOF;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user