mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:25:39 +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);
|
ASSERT(BaseVpn > Vad->EndingVpn);
|
||||||
|
|
||||||
/* Stop if there is no right child */
|
/* Stop if there is no right child */
|
||||||
if (!Vad->LeftChild) break;
|
if (!Vad->RightChild) break;
|
||||||
|
|
||||||
/* Search on the right next */
|
/* Search on the right next */
|
||||||
Vad = Vad->RightChild;
|
Vad = Vad->RightChild;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue