mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 13:20:27 -06:00
Fix a tiny bug in CodeView.cpp. If statement with more than one line was missing braces.
This commit is contained in:
@ -277,9 +277,11 @@ void CCodeView::OnPopupMenu(wxCommandEvent& event)
|
||||
{
|
||||
u32 dest = AddrToBranch(selection);
|
||||
if (dest)
|
||||
{
|
||||
Center(dest);
|
||||
RaiseEvent();
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
case IDM_ADDFUNCTION:
|
||||
|
Reference in New Issue
Block a user