summaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-11-27 15:40:24 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-11-27 15:40:24 +0000
commit9effe50a0bf8af8d122570b027fbb8ca184fb527 (patch)
tree7309b0b28ff7122900a61dedb7fdc992eb9a7f88 /src/modules
parentb202390f81cd57db34e83301c335ca6fbcd24056 (diff)
fix for misprint
git-svn-id: http://svn.miranda-ng.org/main/trunk@2520 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/findadd/findadd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/findadd/findadd.cpp b/src/modules/findadd/findadd.cpp
index d6be80d7ca..8364c33bab 100644
--- a/src/modules/findadd/findadd.cpp
+++ b/src/modules/findadd/findadd.cpp
@@ -1038,7 +1038,7 @@ static int OnSystemModulesLoaded(WPARAM, LPARAM)
int netProtoCount = 0;
// Make sure we have some networks to search on.
- for (int i=0, netProtoCount = 0; i < accounts.getCount(); i++) {
+ for (int i=0; i < accounts.getCount(); i++) {
PROTOACCOUNT* pa = accounts[i];
int protoCaps = CallProtoServiceInt(NULL, pa->szModuleName, PS_GETCAPS, PFLAGNUM_1, 0);
if (protoCaps & (PF1_BASICSEARCH | PF1_SEARCHBYEMAIL | PF1_SEARCHBYNAME | PF1_EXTSEARCHUI))