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:
zwelch 2009-06-30 05:33:17 +00:00
parent f8cc725e0e
commit 557cafcc70
1 changed files with 1 additions and 1 deletions

View File

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