Commit 041af827 by Ian Lance Taylor

re PR translation/53764 (Typo in translatable string: "literalto")

	PR translation/53764
compiler: Fix typo in error message.

Reported by Roland Stigge.

From-SVN: r193626
parent e053cf01
......@@ -2941,7 +2941,7 @@ Parse::primary_expr(bool may_be_sink, bool may_be_composite_lit,
if (t->named_type() != NULL
|| t->forward_declaration_type() != NULL)
error_at(start_loc,
_("parentheses required around this composite literal"
_("parentheses required around this composite literal "
"to avoid parsing ambiguity"));
}
else if (is_parenthesized)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment