summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/src/modern_clc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Clist_modern/src/modern_clc.cpp')
-rw-r--r--plugins/Clist_modern/src/modern_clc.cpp2
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", "");