Fixed a serious typo.

svn path=/trunk/; revision=2790
This commit is contained in:
Eric Kohl 2002-03-30 01:59:01 +00:00
parent 63e2886299
commit 59c881e5c3

View file

@ -738,7 +738,7 @@ NtWaitForMultipleObjects(IN ULONG Count,
if (Status != STATUS_SUCCESS)
{
/* dereference all referenced objects */
for (j = 0; j < i; i++)
for (j = 0; j < i; j++)
{
ObDereferenceObject(ObjectPtrArray[j]);
}