about summary refs log tree commit diff
path: root/msort.c
diff options
context:
space:
mode:
Diffstat (limited to 'msort.c')
-rw-r--r--msort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/msort.c b/msort.c
index 5d2d88d..02d1e42 100644
--- a/msort.c
+++ b/msort.c
@@ -319,7 +319,7 @@ main(int argc, char *argv[])
 
 	xpledge("stdio rpath", "");
 
-	mails = calloc(sizeof (struct mail), mailalloc);
+	mails = calloc(mailalloc, sizeof (struct mail));
 	if (!mails)
 		exit(-1);