Fix duplicate branches for if and else

Change-Id: Ic602fd4df63e6807f49c256ce7849ae587eeb82d
This commit is contained in:
Julien Nabet 2012-09-16 10:24:59 +02:00
parent 823d44d390
commit 5bfa5cb86a

View file

@ -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 );