aboutsummaryrefslogtreecommitdiff
path: root/libbutl/sendmail.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/sendmail.cxx')
-rw-r--r--libbutl/sendmail.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/sendmail.cxx b/libbutl/sendmail.cxx
index 5b1c863..abdea32 100644
--- a/libbutl/sendmail.cxx
+++ b/libbutl/sendmail.cxx
@@ -18,7 +18,7 @@ namespace butl
if (!from.empty ())
out << "From: " << from << endl;
- auto rcp =[this] (const char* h, const recipients_type& rs)
+ auto rcp = [this] (const char* h, const recipients_type& rs)
{
if (!rs.empty ())
{