summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/ui_utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/JabberG/src/ui_utils.cpp')
-rw-r--r--protocols/JabberG/src/ui_utils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/ui_utils.cpp b/protocols/JabberG/src/ui_utils.cpp
index 2e51880d81..aa3d67891d 100644
--- a/protocols/JabberG/src/ui_utils.cpp
+++ b/protocols/JabberG/src/ui_utils.cpp
@@ -2523,7 +2523,7 @@ void CProtoIntDlgBase::UpdateProtoTitle(TCHAR *szText)
if (szText)
{
curText = szText;
- curLength = lstrlen(curText);;
+ curLength = lstrlen(curText);
} else
{
curLength = GetWindowTextLength(m_hwnd) + 1;