From e6615c0f1818ef8f93994d8add1d194060f52612 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 18 Apr 2016 13:12:40 +0000 Subject: code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@16712 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_modern/src/modern_contact.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Clist_modern/src/modern_contact.cpp') diff --git a/plugins/Clist_modern/src/modern_contact.cpp b/plugins/Clist_modern/src/modern_contact.cpp index c94c0d5ab4..e4ef1ff3c9 100644 --- a/plugins/Clist_modern/src/modern_contact.cpp +++ b/plugins/Clist_modern/src/modern_contact.cpp @@ -141,7 +141,7 @@ int cliCompareContacts(const ClcContact *contact1, const ClcContact *contact2) break; case SORTBY_PROTO: - if (contact1->proto == NULL || contact1->proto == NULL) + if (contact1->proto == NULL || contact2->proto == NULL) continue; r = GetProtoIndex(contact1->proto) - GetProtoIndex(contact2->proto); break; -- cgit v1.2.3