From 88e6b86427eaebf6ff50f0b4a23c2e0a9e93fdc5 Mon Sep 17 00:00:00 2001 From: uz Date: Sat, 29 Jan 2011 20:30:38 +0000 Subject: [PATCH] Changed text of notification. git-svn-id: svn://svn.cc65.org/cc65/trunk@4952 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- src/ca65/error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } } }