forked from dolphin-emu/dolphin
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