summaryrefslogtreecommitdiffstats
path: root/staptree.cxx
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2007-10-02 13:44:54 -0400
committerFrank Ch. Eigler <fche@elastic.org>2007-10-02 13:44:54 -0400
commit937428199093cb9baa8ea225e2bde5f3e20d847b (patch)
tree863f412bbf4a1f97af6fa02028bbdbbbf51a4770 /staptree.cxx
parent9ecac8147d13ff24ec92575fa254a78799494786 (diff)
parent65aeaea0bc47637030ebe4c2d3a103e1fddaa8d8 (diff)
downloadsystemtap-steved-937428199093cb9baa8ea225e2bde5f3e20d847b.tar.gz
systemtap-steved-937428199093cb9baa8ea225e2bde5f3e20d847b.tar.xz
systemtap-steved-937428199093cb9baa8ea225e2bde5f3e20d847b.zip
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'staptree.cxx')
-rw-r--r--staptree.cxx2
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);
}
}