summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/src/modern_utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Clist_modern/src/modern_utils.cpp')
-rw-r--r--plugins/Clist_modern/src/modern_utils.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Clist_modern/src/modern_utils.cpp b/plugins/Clist_modern/src/modern_utils.cpp
index 724bdacf28..de11433e3f 100644
--- a/plugins/Clist_modern/src/modern_utils.cpp
+++ b/plugins/Clist_modern/src/modern_utils.cpp
@@ -90,7 +90,7 @@ DWORD exceptFunction(LPEXCEPTION_POINTERS EP)
EP->ExceptionRecord->ExceptionAddress);
TRACE(buf);
- MessageBoxA(0,buf,"clist_mw Exception",0);
+ MessageBoxA(0, buf,"clist_mw Exception",0);
return EXCEPTION_EXECUTE_HANDLER;
}
@@ -110,7 +110,7 @@ void TRACE_ERROR()
t,
MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), // Default language
(LPTSTR) &lpMsgBuf,
- 0,
+ 0,
NULL ))
{
// Handle the error.