This commit was generated by cvs2svn to compensate for changes in r122137,

which included commits to RCS files with non-trunk default branches.
This commit is contained in:
njl 2003-11-05 20:51:25 +00:00
commit e5c6a5c246

View File

@ -435,7 +435,7 @@ AcpiDmIsResourceDescriptor (
/* The list must have a valid END_TAG */ /* The list must have a valid END_TAG */
if (ByteData[ByteCount-2] != (ACPI_RDESC_TYPE_END_TAG | 1)) if (ByteData[ByteCount-1] != (ACPI_RDESC_TYPE_END_TAG | 1))
{ {
return FALSE; return FALSE;
} }