From 81483e839d08683e35b74f42b2c4081c8101547c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 14 Nov 2014 13:12:41 +0000 Subject: minor cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@10989 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/mir_core/mc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mir_core/mc.cpp') diff --git a/src/mir_core/mc.cpp b/src/mir_core/mc.cpp index 520735d761..189e4a3ed0 100644 --- a/src/mir_core/mc.cpp +++ b/src/mir_core/mc.cpp @@ -118,7 +118,7 @@ MIR_CORE_DLL(int) db_mc_getSubCount(MCONTACT hMetaContact) // returns parent hContact for a subcontact or NULL if it's not a sub MIR_CORE_DLL(MCONTACT) db_mc_getMeta(MCONTACT hSubContact) { - if (currDb == NULL) return false; + if (currDb == NULL) return NULL; DBCachedContact *cc = currDb->m_cache->GetCachedContact(hSubContact); return (cc == NULL) ? NULL : cc->parentID; -- cgit v1.2.3