summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-01-04 12:59:12 +0100
committerGitHub <[email protected]>2021-01-04 12:59:12 +0100
commit3f01647de1da9bbf4eebd9801191bc5e56f563ac (patch)
tree21133d815d6dcdc8ad2b560978ae5faf0de4dc65 /docs
parenteca0402e0a5689a9e5192aee2cf6c43b2cd97312 (diff)
downloadSTC-modified-3f01647de1da9bbf4eebd9801191bc5e56f563ac.tar.gz
STC-modified-3f01647de1da9bbf4eebd9801191bc5e56f563ac.zip
Update crand_api.md
Diffstat (limited to 'docs')
-rw-r--r--docs/crand_api.md2
1 files changed, 1 insertions, 1 deletions
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()