mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00:00
Fix a tiny bug in CodeView.cpp. If statement with more than one line was missing braces.
This commit is contained in:
parent
b6728c1405
commit
93b0f46d34
1 changed files with 2 additions and 0 deletions
|
@ -277,9 +277,11 @@ void CCodeView::OnPopupMenu(wxCommandEvent& event)
|
|||
{
|
||||
u32 dest = AddrToBranch(selection);
|
||||
if (dest)
|
||||
{
|
||||
Center(dest);
|
||||
RaiseEvent();
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
case IDM_ADDFUNCTION:
|
||||
|
|
Loading…
Add table
Reference in a new issue