From d4ee0012925815e069dd9996241703a7e9bd0338 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Tue, 9 Jun 2009 15:35:38 +0000 Subject: - Fix Savannah bug #18124 - Fix Savannah bug #17521 - Fix Savannah bug #16401 - Fix Savannah bug #16469 - Fix Savannah bug #16473 --- rule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rule.c') diff --git a/rule.c b/rule.c index 26fc4fc..ef0bf9b 100644 --- a/rule.c +++ b/rule.c @@ -541,7 +541,7 @@ print_rule_data_base (void) /* This can happen if a fatal error was detected while reading the makefiles and thus count_implicit_rule_limits wasn't called yet. */ if (num_pattern_rules != 0) - fatal (NILF, _("BUG: num_pattern_rules wrong! %u != %u"), + fatal (NILF, _("BUG: num_pattern_rules is wrong! %u != %u"), num_pattern_rules, rules); } } -- cgit v1.2.3