From 2a3693d151b38fa912d4e1f83cc090194ebe215c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 18 Oct 2019 17:24:02 +0200 Subject: Fix SortedArray --- test/sorted_array_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/sorted_array_test.c b/test/sorted_array_test.c index 519ccb2..ad52db5 100644 --- a/test/sorted_array_test.c +++ b/test/sorted_array_test.c @@ -39,7 +39,7 @@ int_cmp(const void* a, const void* b, ZIX_UNUSED const void* user_data) return ia - ib; } -static uintptr_t +static intptr_t ith_elem(int test_num, unsigned n_elems, int i) { switch (test_num % 3) { -- cgit v1.2.1