]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ShellPkg pci command: Fix a typo; /r/n => \r\n
authorJordan Justen <jordan.l.justen@intel.com>
Tue, 19 Nov 2013 23:02:59 +0000 (23:02 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 19 Nov 2013 23:02:59 +0000 (23:02 +0000)
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

ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c

index 4ca1fd1bdd300cabf8590e575f36bf5b859dde22..cd739d05f2afdfb47ba071b5195a8ad40d70a643 100644 (file)
@@ -2657,7 +2657,7 @@ PciExplainData (
   //\r
   // Print register Revision ID\r
   //\r
-  ShellPrintEx(-1, -1, L"/r/n");\r
+  ShellPrintEx(-1, -1, L"\r\n");\r
   ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_PCI_LINE_RID), gShellDebug1HiiHandle,\r
     INDEX_OF (&(Common->RevisionId)),\r
     Common->RevisionId\r