diff options
Diffstat (limited to 'staptree.cxx')
-rw-r--r-- | staptree.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/staptree.cxx b/staptree.cxx index a1a8211b..ccfc8a8d 100644 --- a/staptree.cxx +++ b/staptree.cxx @@ -879,7 +879,7 @@ void probe::printsig (ostream& o) const { for (unsigned i=0; i<locations.size(); i++) { - if (i > 0) o << "," << endl; + if (i > 0) o << ","; locations[i]->print (o); } } |