From 4b266e2f39a8d3a49b58c861c7fd852911cf7fb0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 1 Jul 2021 00:05:22 -0400 Subject: Use line comments where appropriate --- test/btree_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/btree_test.c b/test/btree_test.c index 7738397..d4dd6b4 100644 --- a/test/btree_test.c +++ b/test/btree_test.c @@ -86,7 +86,7 @@ wildcard_cut(unsigned test_num, size_t n_elems) return ith_elem(test_num, n_elems, n_elems / 3); } -/** Wildcard comparator where 0 matches anything >= wildcard_cut(n_elems). */ +/// Wildcard comparator where 0 matches anything >= wildcard_cut(n_elems) static int wildcard_cmp(const void* a, const void* b, const void* user_data) { -- cgit v1.2.1