diff options
Diffstat (limited to 'libbuild2/parser.cxx')
-rw-r--r-- | libbuild2/parser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/parser.cxx b/libbuild2/parser.cxx index 4b958e8..f22f13a 100644 --- a/libbuild2/parser.cxx +++ b/libbuild2/parser.cxx @@ -1264,7 +1264,7 @@ namespace build2 // Calling operation_pre() to translate doesn't feel // appropriate here. // - fail (l) << "default operation in recipe action"; + fail (l) << "default operation in recipe action" << endf; } else oi = ctx.operation_table.find (o.name); |