summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2022-10-27 13:23:57 -0700
committerGitHub <noreply@github.com>2022-10-27 13:23:57 -0700
commitd9a0d78fb737445fd69ecf752ea219eda86ce6b9 (patch)
tree679ed883e81a2df7bc32fbf04072b39ea8d34347
parent9166abc0d9031e5dafd0664a7aed040606cdd497 (diff)
parentfd6b8f895a03bfab6cec1dcaa13e6796adcd36ba (diff)
downloadacpica-d9a0d78fb737445fd69ecf752ea219eda86ce6b9.tar.gz
Merge pull request #790 from satmandu/patch-1
Fix typo as per Issue #783
-rw-r--r--source/include/actbl2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/actbl2.h b/source/include/actbl2.h
index 4be5f0fce..10c61f8e2 100644
--- a/source/include/actbl2.h
+++ b/source/include/actbl2.h
@@ -1550,7 +1550,7 @@ enum AcpiMadtLpcPicVersion {
typedef struct acpi_madt_oem_data
{
- UINT8 OemData[0];
+ UINT8 OemData[];
} ACPI_MADT_OEM_DATA;