diff options
Diffstat (limited to 'iconvdata/gap.pl')
-rw-r--r-- | iconvdata/gap.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iconvdata/gap.pl b/iconvdata/gap.pl index 01ee9b2829..ed2d295c90 100644 --- a/iconvdata/gap.pl +++ b/iconvdata/gap.pl @@ -1,6 +1,6 @@ $first=$last=$idx=0; while (<>) { - local($ucs,%rest) = split; + local($ucs,$rest) = split; local($u)=hex($ucs); if ($u - $last > 6) { if ($last != 0) { |