diff options
Diffstat (limited to 'build2/algorithm.cxx')
-rw-r--r-- | build2/algorithm.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/algorithm.cxx b/build2/algorithm.cxx index 5d0e010..245e7ad 100644 --- a/build2/algorithm.cxx +++ b/build2/algorithm.cxx @@ -236,7 +236,7 @@ namespace build2 if (verb < 4) dr << info << "re-run with --verbose 4 for more information"; - return r; + dr << endf; } group_view |