From c7feb50e8f5dafca69cd3825bbf139b83a6278e3 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 13 Nov 2012 06:20:58 +0000 Subject: small cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@2303 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/extraicons/extraicons.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules') diff --git a/src/modules/extraicons/extraicons.cpp b/src/modules/extraicons/extraicons.cpp index 503bfce061..667d46f5d3 100644 --- a/src/modules/extraicons/extraicons.cpp +++ b/src/modules/extraicons/extraicons.cpp @@ -305,7 +305,7 @@ void fnReloadExtraIcons() } void fnSetAllExtraIcons(HWND hwndList, HANDLE hContact) - { +{ if (cli.hwndContactTree == 0) return; @@ -324,7 +324,7 @@ void fnSetAllExtraIcons(HWND hwndList, HANDLE hContact) HANDLE hItem = hContact; if (hItem == 0) continue; - + ClcCacheEntry* pdnce = (ClcCacheEntry*)cli.pfnGetCacheEntry(hItem); if (pdnce == NULL) continue; -- cgit v1.2.3