... of course, that would be better still if I remembered to update

`nvalid'. Ahem.

[originally from svn r2428]
This commit is contained in:
Simon Tatham 2003-01-02 17:07:24 +00:00
Родитель a2afc03bdb
Коммит e5012fa846
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -102,7 +102,7 @@ sub outcharset($$$) {
}
$j++;
}
printf "\n },\n %d\n", scalar @sorted;
printf "\n },\n %d\n", $j;
print "};\n";
print "const charset_spec charset_$name = {\n" .
" $name, read_sbcs, write_sbcs, &data_$name\n};\n\n";