diff options
| author | fires.gc <fires.gc@gmail.com> | 2008-07-24 13:40:07 +0000 |
|---|---|---|
| committer | fires.gc <fires.gc@gmail.com> | 2008-07-24 13:40:07 +0000 |
| commit | 2f308cf77accfe9125eb2bf5fc53348fd9aaa058 (patch) | |
| tree | 07b20ba7642b61119eb1a80b21d967847c1d4b1a /Source/Core/DebuggerWX/src/MemoryCheckDlg.cpp | |
| parent | 9e285ca377b336e3a3d2aaf763fa25ba20925f15 (diff) | |
minor improvements (mostly debugger)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@82 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DebuggerWX/src/MemoryCheckDlg.cpp')
| -rw-r--r-- | Source/Core/DebuggerWX/src/MemoryCheckDlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DebuggerWX/src/MemoryCheckDlg.cpp b/Source/Core/DebuggerWX/src/MemoryCheckDlg.cpp index 1ca887c35b..f22e869601 100644 --- a/Source/Core/DebuggerWX/src/MemoryCheckDlg.cpp +++ b/Source/Core/DebuggerWX/src/MemoryCheckDlg.cpp @@ -108,4 +108,4 @@ void MemoryCheckDlg::OnOK(wxCommandEvent& /*event*/) void MemoryCheckDlg::OnCancel(wxCommandEvent& /*event*/)
{
Close();
-} +}
|
