mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-18 13:04:36 +10:00
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
Block a user