diff options
Diffstat (limited to 'source/tools/acpidump/apfiles.c')
| -rw-r--r-- | source/tools/acpidump/apfiles.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/source/tools/acpidump/apfiles.c b/source/tools/acpidump/apfiles.c index 5c4b0dce4dc5..e719f54f17f4 100644 --- a/source/tools/acpidump/apfiles.c +++ b/source/tools/acpidump/apfiles.c @@ -5,7 +5,7 @@   *****************************************************************************/  /* - * Copyright (C) 2000 - 2013, Intel Corp. + * Copyright (C) 2000 - 2014, Intel Corp.   * All rights reserved.   *   * Redistribution and use in source and binary forms, with or without @@ -129,7 +129,7 @@ ApWriteToBinaryFile (      if (ACPI_VALIDATE_RSDP_SIG (Table->Signature))      { -        ACPI_MOVE_NAME (Filename, AP_DUMP_SIG_RSDP); +        ACPI_MOVE_NAME (Filename, ACPI_RSDP_NAME);      }      else      { | 
