Fix Windows build bustage. Forget to return a value.

git-svn-id: svn://10.0.0.236/trunk@86528 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ducarroz%netscape.com
2001-02-07 08:14:38 +00:00
parent 650c14d8cc
commit 0693b31cdf

View File

@@ -1082,4 +1082,5 @@ NS_IMETHODIMP nsStreamConverter::FirePendingStartRequest()
mPendingChannel = nsnull;
mPendingContext = nsnull;
}
return NS_OK;
}