summaryrefslogtreecommitdiff
path: root/plugins/Svc_dbepp/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Svc_dbepp/main.cpp')
-rw-r--r--plugins/Svc_dbepp/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Svc_dbepp/main.cpp b/plugins/Svc_dbepp/main.cpp
index f230d1e958..be18f13e00 100644
--- a/plugins/Svc_dbepp/main.cpp
+++ b/plugins/Svc_dbepp/main.cpp
@@ -232,7 +232,7 @@ int ModulesLoaded(WPARAM wParam,LPARAM lParam)
// Load the name order
for(i=0;i<NAMEORDERCOUNT;i++) nameOrder[i]=i;
- if(!DBGetContactSetting(NULL,"Contact","NameOrder",&dbv))
+ if (!DBGetContactSetting(NULL,"Contact","NameOrder",&dbv))
{
CopyMemory(nameOrder,dbv.pbVal,dbv.cpbVal);
DBFreeVariant(&dbv);