mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Fixed a serious typo.
svn path=/trunk/; revision=2790
This commit is contained in:
parent
63e2886299
commit
59c881e5c3
1 changed files with 1 additions and 1 deletions
|
@ -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]);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue