line column heads up correctly again

This commit is contained in:
ehouse 2008-02-23 22:00:40 +00:00
parent 907838591e
commit 9d0231a8b7

View file

@ -52,7 +52,7 @@ for ( my $i = 1 ; $i <= 99; ++$i ) {
print "\n\n**** Letter counts ****\n";
print "ASCII ORD HEX PCT (of $letterCount)\n";
print " ASCII ORD HEX PCT (of $letterCount)\n";
my $lineNo = 1;
for ( my $i = 0; $i < 255; ++$i ) {
my $count = $letterCounts[$i];