summaryrefslogtreecommitdiff
path: root/maildir.c
diff options
context:
space:
mode:
Diffstat (limited to 'maildir.c')
-rw-r--r--maildir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/maildir.c b/maildir.c
index a0bca6a..e818583 100644
--- a/maildir.c
+++ b/maildir.c
@@ -157,7 +157,7 @@ new_to_cur(struct mdrop *m)
strcmp(dp->d_name, "..") == 0)
continue;
- if(renameat(new_fd, dp->d_name, cur_fd, dp->d_name) == -1) {
+ if (renameat(new_fd, dp->d_name, cur_fd, dp->d_name) == -1) {
logit(LOG_CRIT, "maildir: renameat failed");
return (-1);
}