no visible effect, putting it back

git-svn-id: svn://10.0.0.236/trunk@175129 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cbiesinger%web.de
2005-06-24 23:06:11 +00:00
parent 7dacaeaa69
commit 3ddc15ee71

View File

@@ -84,7 +84,7 @@ nsConverterInputStream::Init(nsIInputStream* aStream,
NS_IMETHODIMP
nsConverterInputStream::Close()
{
nsresult rv = /* mInput ? mInput->Close() : */ NS_OK;
nsresult rv = mInput ? mInput->Close() : NS_OK;
PR_FREEIF(mLineBuffer);
mInput = nsnull;
mConverter = nsnull;