From 3d53b79559ef741da02c0457e629379be8ba8ac0 Mon Sep 17 00:00:00 2001 From: johanknol Date: Mon, 25 Jun 2001 07:59:24 +0000 Subject: [PATCH] orphanaged git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@941 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- support/Util/SDCCerr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/Util/SDCCerr.c b/support/Util/SDCCerr.c index 5c27d41e..0933c145 100644 --- a/support/Util/SDCCerr.c +++ b/support/Util/SDCCerr.c @@ -352,7 +352,7 @@ struct { E_ARGUMENT_MISSING, ERROR_LEVEL_ERROR, "Option %s requires an argument." }, { W_STRAY_BACKSLASH, ERROR_LEVEL_WARNING, - "stray '\\' in program" }, + "stray '\\' at column %d" }, { W_NEWLINE_IN_STRING, ERROR_LEVEL_WARNING, "newline in string constant" }, }; -- 2.47.2