summaryrefslogtreecommitdiff
path: root/mailbox/mutil.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-03-12 20:52:21 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-03-12 20:52:21 +0000
commitc627568378d8d4638e941e934126b38b8d7043b6 (patch)
tree5dde5aff2420daf030279e6f899106128568131a /mailbox/mutil.c
parente979716ab39c1d8c1b8a4c6c559e9ddf1456495d (diff)
downloadmailutils-c627568378d8d4638e941e934126b38b8d7043b6.tar.gz
mailutils-c627568378d8d4638e941e934126b38b8d7043b6.tar.bz2
Minor indentation fix
Diffstat (limited to 'mailbox/mutil.c')
-rw-r--r--mailbox/mutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mailbox/mutil.c b/mailbox/mutil.c
index c61074612..e570ffd8f 100644
--- a/mailbox/mutil.c
+++ b/mailbox/mutil.c
@@ -577,7 +577,7 @@ mu_tempfile (const char *tmpdir, char **namep)
if (fd == -1)
{
- mu_error (_("Cannot open temporary file: %s"), strerror(errno));
+ mu_error (_("Cannot open temporary file: %s"), strerror (errno));
free (filename);
return -1;
}

Return to:

Send suggestions and report system problems to the System administrator.