From 3d977685e7dbc7b1f5fa3264c8a014b5b5d5ec43 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 23 Aug 2017 15:17:37 +0300 Subject: code cleaning --- protocols/JabberG/src/jabber_xstatus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/JabberG/src/jabber_xstatus.h') diff --git a/protocols/JabberG/src/jabber_xstatus.h b/protocols/JabberG/src/jabber_xstatus.h index 604da46b5f..f72839c3e4 100644 --- a/protocols/JabberG/src/jabber_xstatus.h +++ b/protocols/JabberG/src/jabber_xstatus.h @@ -116,7 +116,7 @@ public: for (int i=0; i < getCount(); i++) if (!mir_wstrcmp((*this)[i].GetNode(), node)) return &((*this)[i]); - return NULL; + return nullptr; } }; -- cgit v1.2.3