mirror of https://github.com/FreeRDP/FreeRDP
libwinpr: better indentation
This commit is contained in:
parent
ab4a744b08
commit
4aeaffa286
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue