Fixed typo.

This commit is contained in:
Armin Novak 2014-11-16 23:52:22 +01:00
parent 2e1c2555a2
commit 51cc567dc6

View File

@ -64,7 +64,7 @@ int TestSynchWaitableTimerAPC(int argc, char* argv[])
status = 0;
cleanup:
if (hTime)
if (hTimer)
CloseHandle(hTimer);
if (g_Event)
CloseHandle(g_Event);