Skip to content
Snippets Groups Projects
Commit 557cafcc authored by zwelch's avatar zwelch
Browse files

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
parent f8cc725e
Branches
No related tags found
No related merge requests found
......@@ -37,4 +37,4 @@ while (<STDIN>)
print STDERR "\n" unless ++$c % $C;
}
print STDERR "\n"
print STDERR "\n" if $c;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment