Automated code cleanup

date	2002.12.06.16.31.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 15:55:30 +00:00
parent 5e693a369a
commit 46d44d6ff3

View File

@ -2,7 +2,7 @@
/******************************************************************************
*
* Module Name: aslerror - Error handling and statistics
* $Revision: 1.80 $
* $Revision: 1.81 $
*
*****************************************************************************/
@ -286,7 +286,7 @@ AePrintException (
{
fprintf (OutputFile, "[*** iASL: Read error on source code temp file ***]");
}
else while (Actual && SourceByte && (SourceByte != '\n'))
{
fwrite (&SourceByte, 1, 1, OutputFile);