diff options
Diffstat (limited to 'source/components/debugger/dbnames.c')
| -rw-r--r-- | source/components/debugger/dbnames.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/source/components/debugger/dbnames.c b/source/components/debugger/dbnames.c index be326c5390a71..0393e6ba37557 100644 --- a/source/components/debugger/dbnames.c +++ b/source/components/debugger/dbnames.c @@ -102,7 +102,7 @@ AcpiDbBusWalk (   * Arguments for the Objects command   * These object types map directly to the ACPI_TYPES   */ -static ARGUMENT_INFO        AcpiDbObjectTypes [] = +static ACPI_DB_ARGUMENT_INFO    AcpiDbObjectTypes [] =  {      {"ANY"},      {"INTEGERS"}, | 
