diff --git a/src/ca65/error.c b/src/ca65/error.c index 7aeaa7854..f647fee43 100644 --- a/src/ca65/error.c +++ b/src/ca65/error.c @@ -136,7 +136,7 @@ static void AddNotifications (const Collection* LineInfos) "Assembler code generated from this line"); } else if (Type == LI_TYPE_MACRO) { PrintMsg (GetSourcePos (LI), "Note", - "Macro expansion was here"); + "Macro was defined here"); } } }