fixed EDKT139.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1101 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qouyang 2006-07-26 10:18:56 +00:00
parent a490bca85d
commit ea62f12ac6
1 changed files with 2 additions and 1 deletions

View File

@ -403,7 +403,8 @@ BasePrintLibVSPrint (
}
break;
case '\n':
ArgumentString = "\r\n";
ArgumentString = "\n";
break;
default:
ArgumentString = (CHAR8 *)&FormatCharacter;