mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 12:13:22 +00:00
fixing compiler warning, function missing a return value.
This commit is contained in:
parent
bd4bfecb85
commit
12afe86a49
@ -353,10 +353,10 @@ nsPartChannel::GetBaseChannel(nsIChannel ** aReturn)
|
||||
|
||||
*aReturn = mMultipartChannel;
|
||||
NS_IF_ADDREF(*aReturn);
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
||||
|
||||
// nsISupports implementation
|
||||
NS_IMPL_THREADSAFE_ISUPPORTS3(nsMultiMixedConv,
|
||||
nsIStreamConverter,
|
||||
|
Loading…
x
Reference in New Issue
Block a user