summaryrefslogtreecommitdiff
path: root/mailbox/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'mailbox/list.c')
-rw-r--r--mailbox/list.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mailbox/list.c b/mailbox/list.c
index 23201d047..89fbe51f7 100644
--- a/mailbox/list.c
+++ b/mailbox/list.c
@@ -336,6 +336,7 @@ list_set_destroy_item (list_t list, void (*destroy_item)(void *item))
if (list == NULL)
return EINVAL;
list->destroy_item = destroy_item;
+ return 0;
}
int

Return to:

Send suggestions and report system problems to the System administrator.