mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Fixed typo.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user