From 2db247d3fc10ef5304f61dbd66448efff8cc6684 Mon Sep 17 00:00:00 2001 From: stas Date: Sat, 8 Oct 2011 04:08:44 +0000 Subject: - Update vendor tree of heimdal to 1.5.1. --- base/array.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/array.c') diff --git a/base/array.c b/base/array.c index 7b0d77b..9266411 100644 --- a/base/array.c +++ b/base/array.c @@ -218,7 +218,7 @@ heim_array_delete_value(heim_array_t array, size_t idx) */ void -heim_array_filter(heim_array_t array, bool (^block)(heim_object_t)) +heim_array_filter(heim_array_t array, int (^block)(heim_object_t)) { size_t n = 0; -- cgit v1.1