aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/parser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/parser.cxx')
-rw-r--r--libbuild2/parser.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/libbuild2/parser.cxx b/libbuild2/parser.cxx
index 756a45b..d8baf06 100644
--- a/libbuild2/parser.cxx
+++ b/libbuild2/parser.cxx
@@ -1146,7 +1146,8 @@ namespace build2
}
catch (const invalid_argument& e)
{
- fail (nloc) << "invalid c++ recipe version value: " << e;
+ fail (nloc) << "invalid c++ recipe version value: " << e
+ << endf;
}
ar.reset (new adhoc_cxx_rule (loc, st.value.size (), v));