Remove redundant "'" around linkage names in diff reports

* src/abg-comparison.cc (corpus_diff::report): Remove the
	redundant "'" from the linkage names in the diff.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
Dodji Seketeli 2014-05-13 10:54:46 +02:00
parent ce1278c3da
commit 01269740b3

View File

@ -6136,7 +6136,7 @@ corpus_diff::report(ostream& out, const string& indent) const
<< "'";
if (context()->show_linkage_names())
out << " {" << i->second->get_linkage_name() << "}";
out << "'\n";
out << "\n";
++removed;
}
if (removed)