Automated cleanup

date	2004.10.15.22.36.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:22:02 +00:00
parent 3333c6bcd5
commit cd308ac385

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: utobject - ACPI object create/delete/size/cache routines
* $Revision: 1.89 $
* $Revision: 1.90 $
*
*****************************************************************************/
@ -301,7 +301,7 @@ AcpiUtCreateStringObject (
return_PTR (NULL);
}
/*
/*
* Allocate the actual string buffer -- (Size + 1) for NULL terminator.
* NOTE: Zero-length strings are NULL terminated
*/