summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/Xconfig/xfree.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Xconfig/xfree.pm b/perl-install/Xconfig/xfree.pm
index 12ff9bab4..5cba3eec4 100644
--- a/perl-install/Xconfig/xfree.pm
+++ b/perl-install/Xconfig/xfree.pm
@@ -671,7 +671,7 @@ foreach my $ratio (keys %ratio2resolutions) {
$y == $y2 or do {
my $good_ratio = (find { m!^(\d+)/(\d+)$! && $y == round($x * $2 / $1) } keys %ratio2resolutions) || '??';
die "bad ratio $ratio for resolution $_, it should be $good_ratio\n";
- }
+ };
}
}
}