From a0b3a9cf1fc8fe1d9f95e69cdf8914bb6ebcee03 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Thu, 19 Jan 2017 19:46:15 +0000 Subject: Import ACPICA 20170119. --- source/compiler/aslutils.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/compiler/aslutils.c') diff --git a/source/compiler/aslutils.c b/source/compiler/aslutils.c index 1599a2e5d9536..9aba5f28fffca 100644 --- a/source/compiler/aslutils.c +++ b/source/compiler/aslutils.c @@ -5,7 +5,7 @@ *****************************************************************************/ /* - * Copyright (C) 2000 - 2016, Intel Corp. + * Copyright (C) 2000 - 2017, Intel Corp. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -381,8 +381,8 @@ UtDisplaySummary ( { /* Compiler name and version number */ - FlPrintFile (FileId, "%s version %X%s [%s]\n\n", - ASL_COMPILER_NAME, (UINT32) ACPI_CA_VERSION, ACPI_WIDTH, __DATE__); + FlPrintFile (FileId, "%s version %X [%s]\n\n", + ASL_COMPILER_NAME, (UINT32) ACPI_CA_VERSION, __DATE__); } /* Summary of main input and output files */ -- cgit v1.2.3