From 1121d073faba608235fea6fe9179376cf9bfbcb0 Mon Sep 17 00:00:00 2001 From: aystarik Date: Wed, 29 Jun 2005 15:47:42 +0000 Subject: [PATCH] Automated code cleanup date 2002.12.06.16.31.00; author rmoore1; state Exp; --- source/compiler/aslcompiler.l | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/compiler/aslcompiler.l b/source/compiler/aslcompiler.l index ce995f938..779a0c76f 100644 --- a/source/compiler/aslcompiler.l +++ b/source/compiler/aslcompiler.l @@ -3,7 +3,7 @@ /****************************************************************************** * * Module Name: aslcompiler.l - Flex input file - * $Revision: 1.63 $ + * $Revision: 1.64 $ * *****************************************************************************/ @@ -487,7 +487,7 @@ NamePathTail [.]{NameSeg} AslCompilererror ("Parse error, expecting ASL keyword or name");} . { count (1); - sprintf (MsgBuffer, + sprintf (MsgBuffer, "Invalid character (0x%2.2X), expecting ASL keyword or name", *AslCompilertext); AslCompilererror (MsgBuffer);}