mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07: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