summaryrefslogtreecommitdiff
path: root/plugins/SecureIM
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-12-06 19:19:57 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-12-06 19:19:57 +0000
commit05cb3ed52210da707e2bf42d4d1eccb0ea55f4af (patch)
treedc6ca569316854e2ee1ed950617ec8ffdff48de0 /plugins/SecureIM
parent5d01efc9987afc9ac4f9ae52244e2b423db043b3 (diff)
warning fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@2670 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SecureIM')
-rw-r--r--plugins/SecureIM/src/loadicons.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SecureIM/src/loadicons.cpp b/plugins/SecureIM/src/loadicons.cpp
index 9939bd1a7c..1febb8376c 100644
--- a/plugins/SecureIM/src/loadicons.cpp
+++ b/plugins/SecureIM/src/loadicons.cpp
@@ -2,7 +2,7 @@
struct
{
- UINT key; // Resource ID
+ int key; // Resource ID
BYTE tbl; // Table NUM
BYTE idx; // Table IDX
char *section;