mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 21:38:43 +00:00
[NTOS]
- Fix copypasta, thanks Victor! svn path=/trunk/; revision=50111
This commit is contained in:
parent
d758597cd4
commit
7ea8c55b57
1 changed files with 1 additions and 1 deletions
|
@ -2458,7 +2458,7 @@ MiQueryMemoryBasicInformation(IN HANDLE ProcessHandle,
|
|||
ASSERT(BaseVpn > Vad->EndingVpn);
|
||||
|
||||
/* Stop if there is no right child */
|
||||
if (!Vad->LeftChild) break;
|
||||
if (!Vad->RightChild) break;
|
||||
|
||||
/* Search on the right next */
|
||||
Vad = Vad->RightChild;
|
||||
|
|
Loading…
Reference in a new issue