aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bdep/project-email.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/project-email.cxx b/bdep/project-email.cxx
index 20279a0..b85a738 100644
--- a/bdep/project-email.cxx
+++ b/bdep/project-email.cxx
@@ -79,7 +79,7 @@ namespace bdep
if ((p2 = l.rfind ('>' )) == string::npos ||
(p1 = l.rfind ('<', p2)) == string::npos)
- fail << "no email in git-var output";
+ fail << "no email in git-var output" << endf;
if (++p1 != p2)
r = string (l, p1, p2 - p1);