From 14b5e3fd787fb1ae0c354ea5169025a724f9cbb1 Mon Sep 17 00:00:00 2001 From: Jordan Justen Date: Tue, 19 Nov 2013 23:02:59 +0000 Subject: 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 --- ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c') 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 -- cgit v1.2.3