diff options
Diffstat (limited to 'plugins/SecureIM/loadicons.cpp')
-rw-r--r-- | plugins/SecureIM/loadicons.cpp | 2 |
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)
|