summaryrefslogtreecommitdiff
path: root/ShellPkg
diff options
context:
space:
mode:
authorJordan Justen <jordan.l.justen@intel.com>2013-11-19 23:02:59 +0000
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2013-11-19 23:02:59 +0000
commit14b5e3fd787fb1ae0c354ea5169025a724f9cbb1 (patch)
treed05fdda51a971559089e2245651405666e673ca6 /ShellPkg
parent6b640b4a97da0f388557b83cf7bf0212e57628ae (diff)
downloadedk2-14b5e3fd787fb1ae0c354ea5169025a724f9cbb1.zip
edk2-14b5e3fd787fb1ae0c354ea5169025a724f9cbb1.tar.gz
edk2-14b5e3fd787fb1ae0c354ea5169025a724f9cbb1.tar.bz2
ShellPkg pci command: Fix a typo; /r/n => \r\n
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14865 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg')
-rw-r--r--ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c
index 4ca1fd1..cd739d0 100644
--- a/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c
+++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c
@@ -2657,7 +2657,7 @@ PciExplainData (
//
// Print register Revision ID
//
- ShellPrintEx(-1, -1, L"/r/n");
+ ShellPrintEx(-1, -1, L"\r\n");
ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_PCI_LINE_RID), gShellDebug1HiiHandle,
INDEX_OF (&(Common->RevisionId)),
Common->RevisionId