corrected typo

This commit is contained in:
sejo 2021-12-06 18:55:19 -06:00
parent bea8830e33
commit 9e823284bd
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
BEGIN{ RS = ","; ngen=256 }
{ c[$i]++ }
{ c[$1]++ }
END{
for(g=1;g<=ngen;g++){