summaryrefslogtreecommitdiff
path: root/protocols/IcqOscarJ/changeinfo/dlgproc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/IcqOscarJ/changeinfo/dlgproc.cpp')
-rw-r--r--protocols/IcqOscarJ/changeinfo/dlgproc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/IcqOscarJ/changeinfo/dlgproc.cpp b/protocols/IcqOscarJ/changeinfo/dlgproc.cpp
index dd9b9800a8..8d80430f0e 100644
--- a/protocols/IcqOscarJ/changeinfo/dlgproc.cpp
+++ b/protocols/IcqOscarJ/changeinfo/dlgproc.cpp
@@ -427,8 +427,8 @@ INT_PTR CALLBACK ChangeInfoDlgProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM
return TRUE;
}
case NM_KILLFOCUS:
- if(!IsStringEditWindow(GetFocus())) dat->EndStringEdit(1);
- if(!IsListEditWindow(GetFocus())) dat->EndListEdit(1);
+ if (!IsStringEditWindow(GetFocus())) dat->EndStringEdit(1);
+ if (!IsListEditWindow(GetFocus())) dat->EndListEdit(1);
break;
}
break;