diff options
Diffstat (limited to 'libbuild2/scope.cxx')
-rw-r--r-- | libbuild2/scope.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/scope.cxx b/libbuild2/scope.cxx index 3974989..0b9d981 100644 --- a/libbuild2/scope.cxx +++ b/libbuild2/scope.cxx @@ -785,7 +785,7 @@ namespace build2 } } - fail (loc) << "invalid target name: " << ns; + fail (loc) << "invalid target name: " << ns << endf; } static target* |