Archived
1
0
Fork 0

Fix comma position

This commit is contained in:
Mercier Pierre-Olivier 2013-10-02 20:12:45 +02:00
parent f3904e62b2
commit 81cb719417
2 changed files with 2 additions and 2 deletions

View file

@ -81,8 +81,8 @@ sub process
for my $header (@headers)
{
my $g = shift @ugrades;
$out .= $g if ($g && $g ne $header);
$out .= ",";
$out .= $g if ($g && $g ne $header);
}
$out .= "\n";
}