Fixed small mistake

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@770 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
John Peterson 2008-10-04 21:31:20 +00:00
parent ff1a11bd1f
commit 664f4dee0e
1 changed files with 2 additions and 1 deletions

View File

@ -138,8 +138,9 @@ void DllDebugger(HWND _hParent)
// that currently occurs of you try to do that
MessageBox(0, "Can't open debugging window yet. Please start a game first", "DSP LLE", 0);
}
#endif
#else
MessageBox(0, "Can't open debugging window in Release build of this plugin.", "DSP LLE", 0);
#endif
#endif
}