From 7f18cce09a41972193a8f3b3c348734470eb065d Mon Sep 17 00:00:00 2001 From: totoro Date: Mon, 20 May 2019 13:22:28 +0900 Subject: [PATCH] clean typo --- mail/send_mail_type.anubis | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/send_mail_type.anubis b/mail/send_mail_type.anubis index bf5eb71..b2f915c 100644 --- a/mail/send_mail_type.anubis +++ b/mail/send_mail_type.anubis @@ -182,8 +182,8 @@ public define Email_Address [first . t] then if t is { - [] then email_address("", trim_tokens(first,['<','>',' '])), - [second . t] then email_address(first, trim_tokens(second,['<','>',' '])) + [] then email_address("", trim_tokens(first, ['<','>',' '])), + [second . _] then email_address(first, trim_tokens(second, ['<','>',' '])) } } . -- libgit2 0.21.4