Remove extra semicolons at the ends of some lines.

This commit is contained in:
Rohit Nirmal
2014-09-10 12:17:38 -04:00
parent 71cb09f1ca
commit c0f7cab3f5
3 changed files with 3 additions and 3 deletions

View File

@ -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() &&