summaryrefslogtreecommitdiffstats
path: root/staptree.cxx
diff options
context:
space:
mode:
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 3a50ac14..86ef201b 100644
--- a/staptree.cxx
+++ b/staptree.cxx
@@ -868,7 +868,7 @@ void probe_point::print (ostream& o) const
}
if (optional)
o << "?";
- o << "{" << tok->location << "}\n";
+ o << "{" << tok->location << "}";
}
string probe_point::str ()