summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-06-11 08:04:49 +0300
committerSergey Poznyakoff <gray@gnu.org>2021-06-11 08:04:49 +0300
commit8784b8a9ba794899b9c116308eac455d4c744387 (patch)
tree2128d3ea4515365f07e16803755298cecd215766
parent855e7834dbd0c33ebc3e68e560c0c09f1bc472a3 (diff)
downloadmailutils-8784b8a9ba794899b9c116308eac455d4c744387.tar.gz
mailutils-8784b8a9ba794899b9c116308eac455d4c744387.tar.bz2
Fix typo
* mail/util.c (util_outfilename): Remove extra closing parenthesis.
-rw-r--r--mail/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/util.c b/mail/util.c
index 22df0906f..f2defdf65 100644
--- a/mail/util.c
+++ b/mail/util.c
@@ -501,7 +501,7 @@ util_outfilename (mu_address_t addr)
}
switch (mailvar_is_true (mailvar_name_mailx)
- ? outfilename_local : outfilename_mode))
+ ? outfilename_local : outfilename_mode)
{
case outfilename_local:
p = strchr (buf, '@');

Return to:

Send suggestions and report system problems to the System administrator.