fix typo. amazing this never caused a bug.
This commit is contained in:
Родитель
e1e801b951
Коммит
87e6aa2c10
|
@ -1556,7 +1556,7 @@ nsMsgDBFolder::MatchOrChangeFilterDestination(nsIMsgFolder *newFolder, PRBool ca
|
|||
rv = accountMgr->GetAllServers(getter_AddRefs(allServers));
|
||||
if (NS_SUCCEEDED(rv) && allServers)
|
||||
{
|
||||
PRUint32 numServers,
|
||||
PRUint32 numServers;
|
||||
rv = allServers->Count(&numServers);
|
||||
for (PRUint32 serverIndex=0; serverIndex < numServers; serverIndex++)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче