summaryrefslogtreecommitdiff
path: root/plugins/MyDetails/data.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MyDetails/data.cpp')
-rw-r--r--plugins/MyDetails/data.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MyDetails/data.cpp b/plugins/MyDetails/data.cpp
index 8a01c94c72..75fe7dba9c 100644
--- a/plugins/MyDetails/data.cpp
+++ b/plugins/MyDetails/data.cpp
@@ -221,7 +221,7 @@ void Protocol::SetStatus(int aStatus)
pCount = 0;
CallService(MS_PROTO_ENUMPROTOCOLS,(WPARAM)&count,(LPARAM)&protos);
for (i=0;i<count;i++) {
- if(protos[i]->type!=PROTOTYPE_PROTOCOL || CallProtoService(protos[i]->szName,PS_GETCAPS,PFLAGNUM_2,0)==0) continue;
+ if (protos[i]->type!=PROTOTYPE_PROTOCOL || CallProtoService(protos[i]->szName,PS_GETCAPS,PFLAGNUM_2,0)==0) continue;
pCount += 1;
}
// END From commomstatus.cpp (KeepStatus)