mirror of https://github.com/BOINC/boinc.git
Fix misplaced #endif from earlier my commit
This commit is contained in:
parent
165ea59a43
commit
327ea9820e
|
@ -640,8 +640,8 @@ int CMainDocument::RequestRPC(ASYNC_RPC_REQUEST& request, bool hasPriority) {
|
|||
|
||||
#if wxDEBUG_LEVEL
|
||||
mutexErr =
|
||||
m_pRPC_Request_Mutex->Unlock();
|
||||
#endif
|
||||
m_pRPC_Request_Mutex->Unlock();
|
||||
wxASSERT(mutexErr == wxMUTEX_NO_ERROR);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue