summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Lindholm <leif.lindholm@linaro.org>2014-07-11 17:15:35 +0100
committerLeif Lindholm <leif.lindholm@linaro.org>2014-09-24 16:17:27 +0100
commit160ce34a0053f0da424a88e798a3cafd0c6dd46e (patch)
treea5928508a94b819875f06800eccc56eb0b7baf32
parent4fdbb0267f13faf3a819a737da9e85777996ac94 (diff)
fixup smbios
-rw-r--r--ArmPlatformPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c2
1 files changed, 1 insertions, 1 deletions
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",