diff options
author | George Hazan <george.hazan@gmail.com> | 2014-06-14 18:31:24 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-06-14 18:31:24 +0000 |
commit | bec846007b6eb358d5dee8baea6cd870ce88cff2 (patch) | |
tree | 98f5b59d92356fc65a9ccc895ce64e66fc18ffdd /plugins/Clist_modern/src/modern_cachefuncs.cpp | |
parent | 6bcddf950c9540f89462706948dad7e28be31583 (diff) |
code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@9483 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/modern_cachefuncs.cpp')
-rw-r--r-- | plugins/Clist_modern/src/modern_cachefuncs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/modern_cachefuncs.cpp b/plugins/Clist_modern/src/modern_cachefuncs.cpp index fce65a6422..e8b27596a8 100644 --- a/plugins/Clist_modern/src/modern_cachefuncs.cpp +++ b/plugins/Clist_modern/src/modern_cachefuncs.cpp @@ -685,7 +685,7 @@ static BOOL ExecuteOnAllContactsOfGroup(ClcGroup *group, ExecuteOnAllContactsFun for (int i=0 ; i < group->cl.items[scanIndex]->SubAllocated ; i++)
if (!func(&group->cl.items[scanIndex]->subcontacts[i], TRUE, param))
return FALSE;
- }
+ }
}
else if (group->cl.items[scanIndex]->type == CLCIT_GROUP)
if (!ExecuteOnAllContactsOfGroup(group->cl.items[scanIndex]->group, func, param))
|