kernel32: Fix typo.

This commit is contained in:
Huw Davies 2008-06-19 15:35:00 +01:00 committed by Alexandre Julliard
parent 09c0bf20a1
commit 6e2827ec29
1 changed files with 1 additions and 1 deletions

View File

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