Automated code cleanup

date	2002.12.06.16.31.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 15:47:42 +00:00
parent a9def1caa7
commit 1121d073fa

View File

@ -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);}