From 51cc567dc6420a1affce67ae6ea4a76dbba23d14 Mon Sep 17 00:00:00 2001 From: Armin Novak Date: Sun, 16 Nov 2014 23:52:22 +0100 Subject: [PATCH] Fixed typo. --- winpr/libwinpr/synch/test/TestSynchWaitableTimerAPC.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winpr/libwinpr/synch/test/TestSynchWaitableTimerAPC.c b/winpr/libwinpr/synch/test/TestSynchWaitableTimerAPC.c index f21e7f3c5..257a7f41b 100644 --- a/winpr/libwinpr/synch/test/TestSynchWaitableTimerAPC.c +++ b/winpr/libwinpr/synch/test/TestSynchWaitableTimerAPC.c @@ -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);