mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Add a missing newline to a verbosePrint
This commit is contained in:
@@ -400,7 +400,7 @@ static int32_t computeRPNExpr(struct Patch const *patch,
|
|||||||
|
|
||||||
void patch_CheckAssertions(struct Assertion *assert)
|
void patch_CheckAssertions(struct Assertion *assert)
|
||||||
{
|
{
|
||||||
verbosePrint("Checking assertions...");
|
verbosePrint("Checking assertions...\n");
|
||||||
initRPNStack();
|
initRPNStack();
|
||||||
|
|
||||||
while (assert) {
|
while (assert) {
|
||||||
|
|||||||
Reference in New Issue
Block a user