- Fix copypasta, thanks Victor!

svn path=/trunk/; revision=50111
This commit is contained in:
Aleksey Bragin 2010-12-23 09:14:42 +00:00
parent d758597cd4
commit 7ea8c55b57

View file

@ -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;