summaryrefslogtreecommitdiffstats
path: root/test/tree_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/tree_test.c')
-rw-r--r--test/tree_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tree_test.c b/test/tree_test.c
index 07f59c1..1389359 100644
--- a/test/tree_test.c
+++ b/test/tree_test.c
@@ -40,7 +40,7 @@ int_cmp(const void* a, const void* b, ZIX_UNUSED const void* user_data)
return ia - ib;
}
-static int
+static uintptr_t
ith_elem(int test_num, size_t n_elems, int i)
{
switch (test_num % 3) {