diff options
Diffstat (limited to 'source/include/acutils.h')
-rw-r--r-- | source/include/acutils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/include/acutils.h b/source/include/acutils.h index 8dfce9016940..708c0896904e 100644 --- a/source/include/acutils.h +++ b/source/include/acutils.h @@ -8,7 +8,7 @@ * * 1. Copyright Notice * - * Some or all of this work - Copyright (c) 1999 - 2018, Intel Corp. + * Some or all of this work - Copyright (c) 1999 - 2017, Intel Corp. * All rights reserved. * * 2. License @@ -1052,7 +1052,7 @@ void AcpiUtRepairName ( char *Name); -#if defined (ACPI_DEBUGGER) || defined (ACPI_APPLICATION) || defined (ACPI_DEBUG_OUTPUT) +#if defined (ACPI_DEBUGGER) || defined (ACPI_APPLICATION) BOOLEAN AcpiUtSafeStrcpy ( char *Dest, |