mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
s/false/0/ in my do-while
This commit is contained in:
parent
96e4bf2924
commit
9991958e76
@ -1197,7 +1197,7 @@ XULDocumentImpl::StartDocumentLoad(nsIURL *aURL,
|
||||
|
||||
parser->Parse(aURL);
|
||||
}
|
||||
while(false);
|
||||
while(0);
|
||||
|
||||
return status;
|
||||
}
|
||||
|
@ -1197,7 +1197,7 @@ XULDocumentImpl::StartDocumentLoad(nsIURL *aURL,
|
||||
|
||||
parser->Parse(aURL);
|
||||
}
|
||||
while(false);
|
||||
while(0);
|
||||
|
||||
return status;
|
||||
}
|
||||
|
@ -657,7 +657,7 @@ nsDocFactoryImpl::CreateXULDocumentFromStream( nsIInputStream& aXULStream,
|
||||
|
||||
status = loader->LoadFromStream(aXULStream, aContainer, aCommand);
|
||||
}
|
||||
while ( false );
|
||||
while (0);
|
||||
|
||||
return status;
|
||||
}
|
||||
|
@ -657,7 +657,7 @@ nsDocFactoryImpl::CreateXULDocumentFromStream( nsIInputStream& aXULStream,
|
||||
|
||||
status = loader->LoadFromStream(aXULStream, aContainer, aCommand);
|
||||
}
|
||||
while ( false );
|
||||
while (0);
|
||||
|
||||
return status;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user