Commit 6e2827ec authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

kernel32: Fix typo.

parent 09c0bf20
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment