From: Jordan Justen Date: Tue, 19 Nov 2013 23:02:59 +0000 (+0000) Subject: ShellPkg pci command: Fix a typo; /r/n => \r\n X-Git-Tag: edk2-stable201903~12092 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=14b5e3fd787fb1ae0c354ea5169025a724f9cbb1 ShellPkg pci command: Fix a typo; /r/n => \r\n Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jordan Justen Reviewed-by: Jaben Carsey git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14865 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c index 4ca1fd1bdd..cd739d05f2 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