Fixed typo.
This commit is contained in:
parent
2e1c2555a2
commit
51cc567dc6
@ -64,7 +64,7 @@ int TestSynchWaitableTimerAPC(int argc, char* argv[])
|
|||||||
status = 0;
|
status = 0;
|
||||||
|
|
||||||
cleanup:
|
cleanup:
|
||||||
if (hTime)
|
if (hTimer)
|
||||||
CloseHandle(hTimer);
|
CloseHandle(hTimer);
|
||||||
if (g_Event)
|
if (g_Event)
|
||||||
CloseHandle(g_Event);
|
CloseHandle(g_Event);
|
||||||
|
Loading…
Reference in New Issue
Block a user