diff options
Diffstat (limited to 'EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c')
-rw-r--r-- | EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c b/EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c index ffb4879a76..9fab301828 100644 --- a/EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c +++ b/EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c @@ -169,7 +169,7 @@ SMBIOS_TABLE_TYPE3 gSmbiosType3Template = { 0, // NumberofPowerCords;
0, // ContainedElementCount;
0, // ContainedElementRecordLength;
- { 0 }, // ContainedElements[1];
+ { { 0 } }, // ContainedElements[1];
};
CHAR8 *gSmbiosType3Strings[] = {
"edk2.sourceforge.net",
|