diff options
Diffstat (limited to 'plugins/StopSpamPlus/src/opt_proto.cpp')
-rw-r--r-- | plugins/StopSpamPlus/src/opt_proto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/StopSpamPlus/src/opt_proto.cpp b/plugins/StopSpamPlus/src/opt_proto.cpp index 201fba693d..30876c72bc 100644 --- a/plugins/StopSpamPlus/src/opt_proto.cpp +++ b/plugins/StopSpamPlus/src/opt_proto.cpp @@ -28,7 +28,7 @@ int FillTree(HWND hwnd) return FALSE;
for ( i = 0; i < n; i++ ) {
- if(IsAccountEnabled( pa[i] )){
+ if(IsAccountEnabled( pa[i] )) {
PD = ( ProtocolData* )mir_alloc( sizeof( ProtocolData ));
PD->RealName = pa[i]->szModuleName;
PD->enabled = IsProtoIM( pa[i]);
|