From 3f01647de1da9bbf4eebd9801191bc5e56f563ac Mon Sep 17 00:00:00 2001 From: Tyge Løvset <60263450+tylov@users.noreply.github.com> Date: Mon, 4 Jan 2021 12:59:12 +0100 Subject: Update crand_api.md --- docs/crand_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/crand_api.md b/docs/crand_api.md index 03ed2f67..3f9be2db 100644 --- a/docs/crand_api.md +++ b/docs/crand_api.md @@ -71,7 +71,7 @@ static int compare(cmap_i_entry_t *a, cmap_i_entry_t *b) { return c_default_compare(&a->first, &b->first); } // Declare vector of map entries, with comparison function. -using_cvec(e, cmap_i_entry_t, c_default_del, compare); +using_cvec(e, cmap_i_entry_t, compare); int main() -- cgit v1.2.3