mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Remove extra semicolons at the ends of some lines.
This commit is contained in:
@ -77,7 +77,7 @@ void MemoryCheckDlg::OnOK(wxCommandEvent& event)
|
||||
bool OnRead = m_pReadFlag->GetValue();
|
||||
bool OnWrite = m_pWriteFlag->GetValue();
|
||||
bool Log = m_log_flag->GetValue();
|
||||
bool Break = m_break_flag->GetValue();;
|
||||
bool Break = m_break_flag->GetValue();
|
||||
|
||||
u32 StartAddress, EndAddress;
|
||||
bool EndAddressOK = EndAddressString.Len() &&
|
||||
|
Reference in New Issue
Block a user