diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/sorted_array_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |