kernel32: Fix typo.
This commit is contained in:
parent
09c0bf20a1
commit
6e2827ec29
|
@ -272,7 +272,7 @@ static void test_module(DWORD pid, const char* expected[], unsigned num_expected
|
|||
pe.dwSize = sizeof(pe);
|
||||
ok(!pProcess32First( hSnapshot, &pe ), "shouldn't return a process\n");
|
||||
|
||||
me.dwSize = sizeof(me);
|
||||
te.dwSize = sizeof(te);
|
||||
ok(!pThread32First( hSnapshot, &te ), "shouldn't return a thread\n");
|
||||
|
||||
CloseHandle(hSnapshot);
|
||||
|
|
Loading…
Reference in New Issue