From cf3a44af0cd39a85277ac6fb681338d2feb28705 Mon Sep 17 00:00:00 2001 From: aystarik Date: Wed, 29 Jun 2005 19:01:22 +0000 Subject: [PATCH] date 2000.06.14.17.20.00; author rmoore1; state Exp; --- source/components/utilities/utalloc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/components/utilities/utalloc.c b/source/components/utilities/utalloc.c index f058290e4..6422112a4 100644 --- a/source/components/utilities/utalloc.c +++ b/source/components/utilities/utalloc.c @@ -597,7 +597,7 @@ _CmAllocate ( { void *Address = NULL; DEBUG_EXEC (\ - ACPI_STATUS Status); + ACPI_STATUS Status) FUNCTION_TRACE_U32 ("_CmAllocate", Size); @@ -665,7 +665,7 @@ _CmCallocate ( { void *Address = NULL; DEBUG_EXEC (\ - ACPI_STATUS Status); + ACPI_STATUS Status)