Commit 9991958e authored by scc%netscape.com's avatar scc%netscape.com
Browse files

s/false/0/ in my do-while

parent 96e4bf29
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1197,7 +1197,7 @@ XULDocumentImpl::StartDocumentLoad(nsIURL *aURL,

				parser->Parse(aURL);
			}
		while(false);
		while(0);
   
    return status;
}
+1 −1
Original line number Diff line number Diff line
@@ -1197,7 +1197,7 @@ XULDocumentImpl::StartDocumentLoad(nsIURL *aURL,

				parser->Parse(aURL);
			}
		while(false);
		while(0);
   
    return status;
}
+1 −1
Original line number Diff line number Diff line
@@ -657,7 +657,7 @@ nsDocFactoryImpl::CreateXULDocumentFromStream( nsIInputStream& aXULStream,

				status = loader->LoadFromStream(aXULStream, aContainer, aCommand);
			}
		while ( false );
		while (0);

		return status;
	}
+1 −1
Original line number Diff line number Diff line
@@ -657,7 +657,7 @@ nsDocFactoryImpl::CreateXULDocumentFromStream( nsIInputStream& aXULStream,

				status = loader->LoadFromStream(aXULStream, aContainer, aCommand);
			}
		while ( false );
		while (0);

		return status;
	}