From 327ea9820e6d05b0b7291a346bcb537b1ff9bf59 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Wed, 6 Apr 2022 05:02:22 -0700 Subject: [PATCH] Fix misplaced #endif from earlier my commit --- clientgui/AsyncRPC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientgui/AsyncRPC.cpp b/clientgui/AsyncRPC.cpp index 0201c31a62..4d365e24c1 100644 --- a/clientgui/AsyncRPC.cpp +++ b/clientgui/AsyncRPC.cpp @@ -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); }