libwinpr: better indentation

This commit is contained in:
Emmanuel Ledoux 2015-01-28 12:43:20 +01:00 committed by eledoux
parent ab4a744b08
commit 4aeaffa286
1 changed files with 1 additions and 1 deletions

View File

@ -580,7 +580,7 @@ BOOL TerminateThread(HANDLE hThread, DWORD dwExitCode)
WLog_ERR(TAG, "Function not supported on this platform!");
#endif
pthread_mutex_unlock(&thread->mutex);
set_event(thread);
set_event(thread);
return TRUE;
}