mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-10 11:51:42 +00:00
Rephrase error messages for consistency
This commit is contained in:
+1
-1
@@ -377,7 +377,7 @@ void lexer_IncIFDepth() {
|
||||
|
||||
void lexer_DecIFDepth() {
|
||||
if (lexerState->ifStack.empty())
|
||||
fatalerror("Found ENDC outside an IF construct\n");
|
||||
fatalerror("Found ENDC outside of an IF construct\n");
|
||||
|
||||
lexerState->ifStack.pop_front();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user