Fixed exit macros

date	2000.05.19.21.57.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:01:16 +00:00
parent 5d876aa281
commit 612e0bdd65

View File

@ -607,7 +607,7 @@ _CmAllocate (
DEBUG_PRINT (TRACE_ALLOCATIONS, ("CmAllocate: %p Size 0x%x\n", Address, Size));
return_VALUE (Address);
return_PTR (Address);
}
@ -667,7 +667,7 @@ _CmCallocate (
DEBUG_PRINT (TRACE_ALLOCATIONS, ("CmCallocate: %p Size 0x%x\n", Address, Size));
return_VALUE (Address);
return_PTR (Address);
}