mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
6b640b4a97
commit
14b5e3fd78
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue