summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatadru Pramanik <satadru@gmail.com>2022-08-18 12:50:05 -0400
committerGitHub <noreply@github.com>2022-08-18 12:50:05 -0400
commitfd6b8f895a03bfab6cec1dcaa13e6796adcd36ba (patch)
tree01c2aa37877c506f0e72e86454e1083897804c04
parente77fa17c21d80fda4b856fcbfc9f4d36c02498b3 (diff)
downloadacpica-fd6b8f895a03bfab6cec1dcaa13e6796adcd36ba.tar.gz
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 67de89db8..5086bdd4c 100644
--- a/source/include/actbl2.h
+++ b/source/include/actbl2.h
@@ -1549,7 +1549,7 @@ enum AcpiMadtLpcPicVersion {
typedef struct acpi_madt_oem_data
{
- UINT8 OemData[0];
+ UINT8 OemData[];
} ACPI_MADT_OEM_DATA;