diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-08-16 13:01:56 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-08-16 13:01:56 +0200 |
commit | 49031af6be4bfb55a8ef64cea08a7161c3a763a4 (patch) | |
tree | d88340989291d681b02e04314be84204f3e58f95 /libbuild2/file.cxx | |
parent | de8a68265cd467b7ca225e06501b23a8f38a694e (diff) |
Minor cleanups
Diffstat (limited to 'libbuild2/file.cxx')
-rw-r--r-- | libbuild2/file.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libbuild2/file.cxx b/libbuild2/file.cxx index 5966168..66f05f7 100644 --- a/libbuild2/file.cxx +++ b/libbuild2/file.cxx @@ -1570,10 +1570,8 @@ namespace build2 } catch (const io_error& e) { - fail (loc) << "unable to read buildfile " << es << ": " << e; + fail (loc) << "unable to read buildfile " << es << ": " << e << endf; } - - return names (); // Never reached. } const target* |