summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqouyang <qouyang@6f19259b-4bc3-4df7-8a09-765794883524>2006-07-26 10:18:56 +0000
committerqouyang <qouyang@6f19259b-4bc3-4df7-8a09-765794883524>2006-07-26 10:18:56 +0000
commitea62f12ac68b5f2881563420ec9144f81cfe88d9 (patch)
tree8ccc1fbf5fdd0ff2e05d34f7e66efc5c4efc9e56
parenta490bca85d9cd7ee7fd4934b7336c3da69b78f80 (diff)
downloadedk2-ea62f12ac68b5f2881563420ec9144f81cfe88d9.zip
edk2-ea62f12ac68b5f2881563420ec9144f81cfe88d9.tar.gz
edk2-ea62f12ac68b5f2881563420ec9144f81cfe88d9.tar.bz2
fixed EDKT139.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1101 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--Tools/Source/TianoTools/String/PrintLib.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Tools/Source/TianoTools/String/PrintLib.c b/Tools/Source/TianoTools/String/PrintLib.c
index d27db98..eef3f4d 100644
--- a/Tools/Source/TianoTools/String/PrintLib.c
+++ b/Tools/Source/TianoTools/String/PrintLib.c
@@ -403,7 +403,8 @@ BasePrintLibVSPrint (
}
break;
case '\n':
- ArgumentString = "\r\n";
+ ArgumentString = "\n";
+
break;
default:
ArgumentString = (CHAR8 *)&FormatCharacter;