summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-06-04 23:22:27 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-06-04 23:22:27 +0000
commit1439eb8c94bd9ae56e2834fdbf9f9c8ae99847ed (patch)
tree866255f90b5b35b4e62f4fc870cfb1bc82838ace
parenta26dd5c4aded95b0f7e21811a7efeb468d51d687 (diff)
downloadmailutils-1439eb8c94bd9ae56e2834fdbf9f9c8ae99847ed.tar.gz
mailutils-1439eb8c94bd9ae56e2834fdbf9f9c8ae99847ed.tar.bz2
(list_set_destroy_item): Minor fix
-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.