summaryrefslogtreecommitdiffstats
path: root/unicode/mklinebreak.pl
diff options
context:
space:
mode:
Diffstat (limited to 'unicode/mklinebreak.pl')
-rw-r--r--unicode/mklinebreak.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/unicode/mklinebreak.pl b/unicode/mklinebreak.pl
index 4268cae..fb8b216 100644
--- a/unicode/mklinebreak.pl
+++ b/unicode/mklinebreak.pl
@@ -47,7 +47,7 @@ while (defined($_=<F>))
{
chomp;
- next unless /^([0-9A-F]+)(\.\.([0-9A-F]+))?\;([^\s][^\s])\s*/;
+ next unless /^([0-9A-F]+)(\.\.([0-9A-F]+))?\;([^\s]+)\s*/;
my $f=$1;
my $l=$3;