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:
parent
a2afc03bdb
commit
e5012fa846
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user