Huw Davies : kernel32: Fix typo.
Module: wine Branch: master Commit: 6e2827ec2984bd694ea132c26770ccd09a815516 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6e2827ec2984bd694ea132c267... Author: Huw Davies <huw(a)codeweavers.com> Date: Thu Jun 19 15:35:00 2008 +0100 kernel32: Fix typo. --- dlls/kernel32/tests/toolhelp.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/kernel32/tests/toolhelp.c b/dlls/kernel32/tests/toolhelp.c index eb7b424..804d266 100644 --- a/dlls/kernel32/tests/toolhelp.c +++ b/dlls/kernel32/tests/toolhelp.c @@ -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);
participants (1)
-
Alexandre Julliard