summaryrefslogtreecommitdiff
path: root/plugins/Svc_dbepp/main_window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Svc_dbepp/main_window.cpp')
-rw-r--r--plugins/Svc_dbepp/main_window.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Svc_dbepp/main_window.cpp b/plugins/Svc_dbepp/main_window.cpp
index 01916108ac..d7fdb75256 100644
--- a/plugins/Svc_dbepp/main_window.cpp
+++ b/plugins/Svc_dbepp/main_window.cpp
@@ -354,7 +354,7 @@ INT_PTR CALLBACK MainDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
GetWindowRect(hwnd,&rc2);
- if((HWND)lParam==GetDlgItem(hwnd,IDC_SPLITTER))
+ if ((HWND)lParam==GetDlgItem(hwnd,IDC_SPLITTER))
{
GetClientRect(hwnd,&rc);
pt.x=wParam; pt.y=0;