nJoy: Compile fix (missing #endif)

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1995 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
John Peterson 2009-01-23 16:48:04 +00:00
parent 361aed6811
commit f15c53eba7

View File

@ -202,6 +202,8 @@ void DllConfig(HWND _hParent)
m_frame = new ConfigBox(NULL);
m_frame->ShowModal();
#endif
#endif
}
void DllDebugger(HWND _hParent, bool Show) {