summaryrefslogtreecommitdiff
path: root/pith/sort.c
diff options
context:
space:
mode:
Diffstat (limited to 'pith/sort.c')
-rw-r--r--pith/sort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/sort.c b/pith/sort.c
index 4783b682..c5399980 100644
--- a/pith/sort.c
+++ b/pith/sort.c
@@ -227,7 +227,7 @@ sort_folder(MAILSTREAM *stream, MSGNO_S *msgmap, SortOrder new_sort,
clear_index_cache(stream, 0);
if(flags & SRT_VRB){
- int (*sort_func)() = NULL;
+ int (*sort_func)(void) = NULL;
/*
* IMAP sort doesn't give us any way to get progress,