summaryrefslogtreecommitdiff
path: root/plugins/SecureIM/loadicons.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SecureIM/loadicons.cpp')
-rw-r--r--plugins/SecureIM/loadicons.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SecureIM/loadicons.cpp b/plugins/SecureIM/loadicons.cpp
index 1b9d4735bd..ec6d0ae17e 100644
--- a/plugins/SecureIM/loadicons.cpp
+++ b/plugins/SecureIM/loadicons.cpp
@@ -46,7 +46,7 @@ void InitIcons(void)
{
HINSTANCE hNewIconInst = NULL;
- if( g_hFolders ) {
+ if ( g_hFolders ) {
LPSTR pathname = (LPSTR) alloca(MAX_PATH);
FoldersGetCustomPathEx(g_hFolders, pathname, MAX_PATH, "icons\\", "secureim_icons.dll");
if (hNewIconInst == NULL)