Commit 0c732850 authored by Heikki Linnakangas's avatar Heikki Linnakangas

Remove duplicate assignment.

Harmless, but clearly wrong.

Kyotaro Horiguchi
parent 89deca58
......@@ -49,8 +49,7 @@ sub read_source
print STDERR "READ ERROR at line $. in $fname: $_\n";
exit;
}
my $out = {f => $fname, l => $.,
code => hex($1),
my $out = {code => hex($1),
ucs => hex($2),
comment => $4,
direction => BOTH,
......
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