diff options
Diffstat (limited to 'utilities/utglobal.c')
| -rw-r--r-- | utilities/utglobal.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utilities/utglobal.c b/utilities/utglobal.c index b49ce352fbc7..236d811714cd 100644 --- a/utilities/utglobal.c +++ b/utilities/utglobal.c @@ -8,7 +8,7 @@ * * 1. Copyright Notice * - * Some or all of this work - Copyright (c) 1999 - 2009, Intel Corp. + * Some or all of this work - Copyright (c) 1999 - 2010, Intel Corp. * All rights reserved. * * 2. License @@ -331,7 +331,7 @@ static const char AcpiGbl_HexToAscii[] = char AcpiUtHexToAsciiChar ( - ACPI_INTEGER Integer, + UINT64 Integer, UINT32 Position) { |
