Browse Source

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
tags/v0.2.0
zwelch 14 years ago
parent
commit
557cafcc70
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tools/logger.pl

+ 1
- 1
tools/logger.pl View File

@@ -37,4 +37,4 @@ while (<STDIN>)
print STDERR "\n" unless ++$c % $C; print STDERR "\n" unless ++$c % $C;
} }


print STDERR "\n"
print STDERR "\n" if $c;

Loading…
Cancel
Save