summaryrefslogtreecommitdiff
path: root/plugins/AVS
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-11-14 15:43:25 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-11-14 15:43:25 +0300
commit28b81bbed5d8db354349fd787c3db4123e55d423 (patch)
tree9861c246bdb7696c25adbbcd9f210dda430f846e /plugins/AVS
parent4b933c7b73a4151872dea3119685cdebe40532c7 (diff)
code cleaning
Diffstat (limited to 'plugins/AVS')
-rw-r--r--plugins/AVS/src/options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/AVS/src/options.cpp b/plugins/AVS/src/options.cpp
index bef7b80373..b8b43675e9 100644
--- a/plugins/AVS/src/options.cpp
+++ b/plugins/AVS/src/options.cpp
@@ -48,7 +48,7 @@ static void RemoveProtoPic(protoPicCacheEntry *pce)
if (pce == nullptr)
return;
- db_unset(NULL, PPICT_MODULE, pce->szProtoname);
+ db_unset(0, PPICT_MODULE, pce->szProtoname);
// common for all accounts
if (pce->cacheType == PCE_TYPE_GLOBAL) {