Remove duplicate assignment.
Harmless, but clearly wrong. Kyotaro Horiguchi
This commit is contained in:
parent
89deca582a
commit
0c732850d2
@ -49,8 +49,7 @@ sub read_source
|
|||||||
print STDERR "READ ERROR at line $. in $fname: $_\n";
|
print STDERR "READ ERROR at line $. in $fname: $_\n";
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
my $out = {f => $fname, l => $.,
|
my $out = {code => hex($1),
|
||||||
code => hex($1),
|
|
||||||
ucs => hex($2),
|
ucs => hex($2),
|
||||||
comment => $4,
|
comment => $4,
|
||||||
direction => BOTH,
|
direction => BOTH,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user