Remove extraneous newline.

This commit is contained in:
Ian Lance Taylor 2007-10-14 06:54:56 +00:00
parent 75f2446ec3
commit ac2d295e92

View file

@ -277,7 +277,7 @@ Symbol_table::should_override(const Symbol* to, unsigned int frombits,
case DEF * 16 + DEF:
// Two definitions of the same symbol.
// FIXME: Report locations.
gold_error(_("multiple definition of %s\n"), to->name());
gold_error(_("multiple definition of %s"), to->name());
return false;
case WEAK_DEF * 16 + DEF: