summaryrefslogtreecommitdiff
path: root/alpine/listsel.c
diff options
context:
space:
mode:
Diffstat (limited to 'alpine/listsel.c')
-rw-r--r--alpine/listsel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/alpine/listsel.c b/alpine/listsel.c
index 7d70e289..aa8f105d 100644
--- a/alpine/listsel.c
+++ b/alpine/listsel.c
@@ -191,7 +191,7 @@ select_from_list_screen(LIST_SEL_S *lsel, long unsigned int flags, char *title,
}
memset(&screen, 0, sizeof(screen));
- switch(conf_scroll_screen(ps_global, &screen, first_line, title, pdesc, 0)){
+ switch(conf_scroll_screen(ps_global, &screen, first_line, title, pdesc, 0, NULL)){
case 1:
ret = 0;
break;