Follow-up to bug 936912: Fix a compiler warning

This commit is contained in:
Ehsan Akhgari 2013-11-20 16:01:59 -05:00
parent 86ec57e686
commit 6053a45785

View File

@ -348,3 +348,5 @@ NS_NewInputStreamTee(nsIInputStream **result,
{
return NS_NewInputStreamTeeAsync(result, source, sink, nullptr);
}
#undef LOG