mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-11-16 07:48:07 +01:00
line column heads up correctly again
This commit is contained in:
parent
907838591e
commit
9d0231a8b7
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue