From b4caa062df453412e7cafa5b96afab0b0c3a2940 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 21 Sep 2013 19:25:14 +0000 Subject: some unused variables & functions git-svn-id: http://svn.miranda-ng.org/main/trunk@6169 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/JabberG/src/jabber_caps.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/JabberG/src/jabber_caps.cpp') diff --git a/protocols/JabberG/src/jabber_caps.cpp b/protocols/JabberG/src/jabber_caps.cpp index 252042966a..083baf3001 100644 --- a/protocols/JabberG/src/jabber_caps.cpp +++ b/protocols/JabberG/src/jabber_caps.cpp @@ -179,7 +179,7 @@ void CJabberProto::OnIqResultCapsDiscoInfo(HXML, CJabberIqInfo* pInfo) JabberCapsBits CJabberProto::GetTotalJidCapabilites(const TCHAR *jid) { - if ( !jid) + if (jid == NULL) return JABBER_RESOURCE_CAPS_NONE; TCHAR szBareJid[JABBER_MAX_JID_LEN]; -- cgit v1.2.3