diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-12 09:08:38 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-12 09:08:38 +0000 |
commit | 744158b569eb5c888644069c03f01463bc632c34 (patch) | |
tree | d416dabba85a4f77f74795c81f82e0ccb5c3d5bc /src/modules/extraicons | |
parent | 77e8bf976c6abb04539913b61a1dbf45269a1d10 (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.cpp | 2 |
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;
|