From 160ce34a0053f0da424a88e798a3cafd0c6dd46e Mon Sep 17 00:00:00 2001 From: Leif Lindholm Date: Fri, 11 Jul 2014 17:15:35 +0100 Subject: fixup smbios --- ArmPlatformPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArmPlatformPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c b/ArmPlatformPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c index 33db76a29e..68ce8df667 100644 --- a/ArmPlatformPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c +++ b/ArmPlatformPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c @@ -190,7 +190,7 @@ SMBIOS_TABLE_TYPE3 mEnclosureInfoType3 = { 0, // NumberofPowerCords; 0, // ContainedElementCount; 0, // ContainedElementRecordLength; - { 0 }, // ContainedElements[1]; + { { 0 } }, // ContainedElements[1]; }; CHAR8 *mEnclosureInfoType3Strings[] = { "ARM", -- cgit v1.2.3