shithub: rgbds

Download patch

ref: 540564694c0189c6b26a033c16f1393cb0184f9a
parent: 8da4feb83c5bc9bb3879ea590ab2f7104733196f
author: dbrotz <43593771+dbrotz@users.noreply.github.com>
date: Sun May 5 14:13:10 EDT 2019

Add missing space to error message

--- a/src/asm/symbol.c
+++ b/src/asm/symbol.c
@@ -298,7 +298,7 @@
 	if (pSym != NULL)
 		return pSym->pMacro;
 
-	yyerror("Stringsymbol '%s' not defined", tzSym);
+	yyerror("String symbol '%s' not defined", tzSym);
 
 	return NULL;
 }