diff --git a/headers/private/kernel/arch/x86/arch_acpi.h b/headers/private/kernel/arch/x86/arch_acpi.h index bc67c1faae..ee2fc7e4ce 100644 --- a/headers/private/kernel/arch/x86/arch_acpi.h +++ b/headers/private/kernel/arch/x86/arch_acpi.h @@ -144,7 +144,7 @@ typedef struct acpi_local_sapic { ACPI Spec 4.0a */ uint32 processor_uid_nr; /* Matches _UID of a processor when it is a number */ - char[] processor_uid_str; /* Matches _UID of a processor when it is a + char processor_uid_str[]; /* Matches _UID of a processor when it is a string. Null-terminated */ } _PACKED acpi_local_sapic;