summaryrefslogtreecommitdiff
path: root/src/modules/extraicons
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-11-12 09:08:38 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-11-12 09:08:38 +0000
commit744158b569eb5c888644069c03f01463bc632c34 (patch)
treed416dabba85a4f77f74795c81f82e0ccb5c3d5bc /src/modules/extraicons
parent77e8bf976c6abb04539913b61a1dbf45269a1d10 (diff)
warning fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@2299 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/extraicons')
-rw-r--r--src/modules/extraicons/extraicons.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/extraicons/extraicons.cpp b/src/modules/extraicons/extraicons.cpp
index 4c2db55aa4..503bfce061 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;