diff options
Diffstat (limited to 'source/components/executer/exconfig.c')
-rw-r--r-- | source/components/executer/exconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/executer/exconfig.c b/source/components/executer/exconfig.c index f49b0a9fa9bb..c61b1489225e 100644 --- a/source/components/executer/exconfig.c +++ b/source/components/executer/exconfig.c @@ -224,7 +224,7 @@ AcpiExLoadTableOp ( AcpiExEnterInterpreter (); if (ACPI_FAILURE (Status)) { - return_ACPI_STATUS (Status); + return_ACPI_STATUS (Status); } Status = AcpiExAddTable (TableIndex, &DdbHandle); |