diff options
author | George Hazan <george.hazan@gmail.com> | 2014-09-29 21:30:14 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-09-29 21:30:14 +0000 |
commit | e224b9b99c6eb2fa5af3569390a10aca0aed32ab (patch) | |
tree | dca18fa9e9d24e32e313fa707b16eebfca13e2a0 /plugins/Clist_modern/src/modern_clc.cpp | |
parent | 33e7c64ad7848cde28d6dd252667c4a6e182d65e (diff) |
code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@10644 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/modern_clc.cpp')
-rw-r--r-- | plugins/Clist_modern/src/modern_clc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/modern_clc.cpp b/plugins/Clist_modern/src/modern_clc.cpp index bd733b3001..1859e65e0d 100644 --- a/plugins/Clist_modern/src/modern_clc.cpp +++ b/plugins/Clist_modern/src/modern_clc.cpp @@ -1760,7 +1760,7 @@ int ClcDoProtoAck(MCONTACT wParam, ACKDATA * ack) return 0;
if (ack->hContact) {
- char * val = db_get_sa(ack->hContact, "CList", "StatusMsg");
+ char *val = db_get_sa(ack->hContact, "CList", "StatusMsg");
if (val) {
if (!mir_bool_strcmpi(val, ""))
db_set_s(ack->hContact, "CList", "StatusMsg", "");
|