mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +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)
|
if (pSym != NULL)
|
||||||
return pSym->pMacro;
|
return pSym->pMacro;
|
||||||
|
|
||||||
yyerror("Stringsymbol '%s' not defined", tzSym);
|
yyerror("String symbol '%s' not defined", tzSym);
|
||||||
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user