1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

... 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
parent a2afc03bdb
commit e5012fa846

View File

@ -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";