diff options
Diffstat (limited to 'plugins/SecureIM')
-rw-r--r-- | plugins/SecureIM/src/crypt_icons.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SecureIM/src/crypt_icons.cpp b/plugins/SecureIM/src/crypt_icons.cpp index ed0b68d15a..0c87625c07 100644 --- a/plugins/SecureIM/src/crypt_icons.cpp +++ b/plugins/SecureIM/src/crypt_icons.cpp @@ -47,7 +47,7 @@ HICON mode2icon(int mode,int type) { }
// обновляет иконки в clist и в messagew
-void ShowStatusIcon(HANDLE hContact,int mode)
+void ShowStatusIcon(HANDLE hContact, int mode)
{
HANDLE hMC = getMetaContact(hContact);
|