diff options
Diffstat (limited to 'compiler/dttemplate.c')
-rw-r--r-- | compiler/dttemplate.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/dttemplate.c b/compiler/dttemplate.c index ad69a14..e6a3cd5 100644 --- a/compiler/dttemplate.c +++ b/compiler/dttemplate.c @@ -377,9 +377,9 @@ DtCreateOneTemplate ( AcpiOsRedirectOutput (File); - AcpiOsPrintf ("/*\n * %s\n", IntelAcpiCA); - AcpiOsPrintf (" * iASL Compiler/Disassembler version %8.8X\n *\n", - ACPI_CA_VERSION); + AcpiOsPrintf ("/*\n"); + AcpiOsPrintf (ACPI_COMMON_HEADER ("iASL Compiler/Disassembler", " * ")); + AcpiOsPrintf (" * Template for [%4.4s] ACPI Table\n", Signature); |