From 664f4dee0ed4b9c7b83de8d8c755b129d0fc55e2 Mon Sep 17 00:00:00 2001 From: John Peterson Date: Sat, 4 Oct 2008 21:31:20 +0000 Subject: [PATCH] Fixed small mistake git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@770 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_DSP_LLE/Src/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/Plugins/Plugin_DSP_LLE/Src/main.cpp b/Source/Plugins/Plugin_DSP_LLE/Src/main.cpp index ee3bd2a677..a87cda5c43 100644 --- a/Source/Plugins/Plugin_DSP_LLE/Src/main.cpp +++ b/Source/Plugins/Plugin_DSP_LLE/Src/main.cpp @@ -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 }