From 3a9bccb010e0fbd42893bae499f7774e902d330f Mon Sep 17 00:00:00 2001 From: "dougt%netscape.com" Date: Fri, 20 Sep 2002 19:06:10 +0000 Subject: [PATCH] adds return result --- netwerk/protocol/file/src/nsFileChannel.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/netwerk/protocol/file/src/nsFileChannel.cpp b/netwerk/protocol/file/src/nsFileChannel.cpp index 43df83c2ede5..065edd354fbc 100644 --- a/netwerk/protocol/file/src/nsFileChannel.cpp +++ b/netwerk/protocol/file/src/nsFileChannel.cpp @@ -255,8 +255,9 @@ nsFileChannel::EnsureFile() nsCOMPtr localFile = do_QueryInterface(mFile); if (localFile) localFile->SetFollowLinks(PR_TRUE); - + return NS_OK; } + nsresult nsFileChannel::GetFileTransport(nsITransport **trans) {