diff options
Diffstat (limited to 'plugins/Svc_dbepp/main.cpp')
-rw-r--r-- | plugins/Svc_dbepp/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Svc_dbepp/main.cpp b/plugins/Svc_dbepp/main.cpp index 7ec81267a3..0c7eec1a0f 100644 --- a/plugins/Svc_dbepp/main.cpp +++ b/plugins/Svc_dbepp/main.cpp @@ -101,7 +101,7 @@ int DBSettingChanged(WPARAM wParam,LPARAM lParam) for (i=0; i<WatchListArray.count; i++)
{
- if (WatchListArray.item[i].module && (hContact == WatchListArray.item[i].hContact) )
+ if (WatchListArray.item[i].module && (hContact == WatchListArray.item[i].hContact))
{
if (!mir_strcmp(cws->szModule, WatchListArray.item[i].module))
{
|