Fix duplicate branches for if and else
Change-Id: Ic602fd4df63e6807f49c256ce7849ae587eeb82d
This commit is contained in:
parent
823d44d390
commit
5bfa5cb86a
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue