Fix logger.pl script to avoid spurious empty line in some cases.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2420 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
parent
f8cc725e0e
commit
557cafcc70
|
@ -37,4 +37,4 @@ while (<STDIN>)
|
|||
print STDERR "\n" unless ++$c % $C;
|
||||
}
|
||||
|
||||
print STDERR "\n"
|
||||
print STDERR "\n" if $c;
|
||||
|
|
Loading…
Reference in New Issue