Kaydet (Commit) 5bfa5cb8 authored tarafından Julien Nabet's avatar Julien Nabet

Fix duplicate branches for if and else

Change-Id: Ic602fd4df63e6807f49c256ce7849ae587eeb82d
üst 823d44d3
......@@ -1035,7 +1035,7 @@ sal_Int32 TestImpl::run( const Sequence< OUString > & rArgs )
out( " log=" );
if (stream == stderr)
out( "stderr" );
else if (stream == stderr)
else if (stream == stdout)
out( "stdout loop=" );
else
out( aLogStr );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment