mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 02:32:06 +00:00
Implement ENDSECTION (#1211)
This commit is contained in:
@@ -569,7 +569,7 @@ void fstk_Init(char const *mainPath, size_t maxDepth)
|
||||
struct LexerState *state = lexer_OpenFile(mainPath);
|
||||
|
||||
if (!state)
|
||||
fatalerror("Failed to open main file!\n");
|
||||
fatalerror("Failed to open main file\n");
|
||||
lexer_SetState(state);
|
||||
char const *fileName = lexer_GetFileName();
|
||||
size_t len = strlen(fileName);
|
||||
|
||||
Reference in New Issue
Block a user