mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Add missing space to error message
This commit is contained in:
@@ -298,7 +298,7 @@ char *sym_GetStringValue(char *tzSym)
|
||||
if (pSym != NULL)
|
||||
return pSym->pMacro;
|
||||
|
||||
yyerror("Stringsymbol '%s' not defined", tzSym);
|
||||
yyerror("String symbol '%s' not defined", tzSym);
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user