ARM Packages: Fixed missing braces (the warning was disabled by GCC)
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin <olivier.martin@arm.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15578 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
committed by
oliviermartin
parent
ec6b8eda8f
commit
b0fdce95f7
@@ -297,10 +297,12 @@ EblPciCmd (
|
||||
|
||||
|
||||
GLOBAL_REMOVE_IF_UNREFERENCED const EBL_COMMAND_TABLE mCmdPciDebugTemplate[] = {
|
||||
"pci",
|
||||
" [bus] [dev] [func]; Dump PCI",
|
||||
NULL,
|
||||
EblPciCmd
|
||||
{
|
||||
"pci",
|
||||
" [bus] [dev] [func]; Dump PCI",
|
||||
NULL,
|
||||
EblPciCmd
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user