summaryrefslogtreecommitdiff
path: root/protocols/JabberG/jabber_events.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/JabberG/jabber_events.cpp')
-rw-r--r--protocols/JabberG/jabber_events.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/jabber_events.cpp b/protocols/JabberG/jabber_events.cpp
index 7e26de73d9..722f55f6b4 100644
--- a/protocols/JabberG/jabber_events.cpp
+++ b/protocols/JabberG/jabber_events.cpp
@@ -45,7 +45,7 @@ Last change by : $Author: borkra $
int CJabberProto::OnContactDeleted( WPARAM wParam, LPARAM )
{
- if( !m_bJabberOnline ) // should never happen
+ if ( !m_bJabberOnline ) // should never happen
return 0;
DBVARIANT dbv;