summaryrefslogtreecommitdiff
path: root/source/tools/examples/examples.c
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2016-12-21 09:07:53 -0800
committerGitHub <noreply@github.com>2016-12-21 09:07:53 -0800
commit07d0f9453e9a449ba6c13f31b292a62360ad7d4f (patch)
treebb044b563f2680bcb21fdb366c76f66a531d4331 /source/tools/examples/examples.c
parent73b741b6055299f93d788fda15d134b5a228aec2 (diff)
downloadacpica-revert-196-acpica-trivial.tar.gz
Revert "Acpica trivial"revert-196-acpica-trivial
Diffstat (limited to 'source/tools/examples/examples.c')
-rw-r--r--source/tools/examples/examples.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/tools/examples/examples.c b/source/tools/examples/examples.c
index e8b79de06..d9bbe5330 100644
--- a/source/tools/examples/examples.c
+++ b/source/tools/examples/examples.c
@@ -540,8 +540,8 @@ ExecuteOSI (void)
if (ReturnValue.Length < sizeof (ACPI_OBJECT))
{
- AcpiOsPrintf ("Return value from _OSI method too small, %.8lX\n",
- (UINT64) ReturnValue.Length);
+ AcpiOsPrintf ("Return value from _OSI method too small, %.8X\n",
+ ReturnValue.Length);
goto ErrorExit;
}