From b0fdce95f7c35f169d7aec8e95e96955c2194887 Mon Sep 17 00:00:00 2001 From: Olivier Martin Date: Fri, 20 Jun 2014 18:24:51 +0000 Subject: ARM Packages: Fixed missing braces (the warning was disabled by GCC) Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15578 6f19259b-4bc3-4df7-8a09-765794883524 --- EmbeddedPkg/Ebl/HwDebug.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'EmbeddedPkg/Ebl') diff --git a/EmbeddedPkg/Ebl/HwDebug.c b/EmbeddedPkg/Ebl/HwDebug.c index 1b33222827..c87d1c4d1a 100644 --- a/EmbeddedPkg/Ebl/HwDebug.c +++ b/EmbeddedPkg/Ebl/HwDebug.c @@ -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 + } }; -- cgit v1.2.3