Commit 56277af9691c940420ca368d56ed335491b3e349
1 parent
1e9f2f6d
remove warning
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
mail/send_mail.anubis
| @@ -210,7 +210,7 @@ public define Result(SmtpClientResult, One) | @@ -210,7 +210,7 @@ public define Result(SmtpClientResult, One) | ||
| 210 | ) = | 210 | ) = |
| 211 | send_mail(conn, | 211 | send_mail(conn, |
| 212 | param, | 212 | param, |
| 213 | - (SmtpClientSession sm_session, Send_Param param) |-> ok(param), | 213 | + (SmtpClientSession sm_session, Send_Param parameter) |-> ok(parameter), |
| 214 | handle_result | 214 | handle_result |
| 215 | ). | 215 | ). |
| 216 | 216 |