Commit eb0bdb7e authored by Alexandre Julliard's avatar Alexandre Julliard Committed by Michael Stefaniuc

make_unicode: Fix typo in Indic syllable table generation.

Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org> (cherry picked from commit cb65a3fb) Signed-off-by: 's avatarMichael Stefaniuc <mstefani@winehq.org>
parent 5a5390aa
......@@ -1198,7 +1198,7 @@ sub dump_indic($)
{
my $type = $3;
die "unknown indic $type" unless defined $indic_types{$type};
if (hex $1 < 65536 and hex $2 < 6536)
if (hex $1 < 65536 and hex $2 < 65536)
{
foreach my $i (hex $1 .. hex $2)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment