Skip to content

Commit

Permalink
Fix logger.pl script to avoid spurious empty line in some cases.
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.berlios.de/openocd/trunk@2420 b42882b7-edfa-0310-969c-e2dbd0fdcd60
  • Loading branch information
zwelch committed Jun 30, 2009
1 parent f8cc725 commit 557cafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/logger.pl
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@
print STDERR "\n" unless ++$c % $C;
}

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

0 comments on commit 557cafc

Please sign in to comment.