Fix misplaced #endif from earlier my commit

This commit is contained in:
Charlie Fenton 2022-04-06 05:02:22 -07:00
parent 165ea59a43
commit 327ea9820e
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}