about summary refs log tree commit diff
path: root/iconvdata/gaptab.pl
diff options
context:
space:
mode:
Diffstat (limited to 'iconvdata/gaptab.pl')
-rw-r--r--iconvdata/gaptab.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/iconvdata/gaptab.pl b/iconvdata/gaptab.pl
index 34eb2f9408..77df1c3aea 100644
--- a/iconvdata/gaptab.pl
+++ b/iconvdata/gaptab.pl
@@ -6,7 +6,7 @@ sub fmt {
   printf (" '\\x%02x',", $val);
 }
 while (<>) {
-  local($ucs,$char,%rest) = split;
+  local($ucs,$char,$rest) = split;
   local($u)=hex($ucs);
   local($c)=hex($char);
   if ($u - $last > 6) {