From 74150bada2f502652cb59269713b174d24fad767 Mon Sep 17 00:00:00 2001 From: Tyge Løvset <60263450+tylov@users.noreply.github.com> Date: Mon, 22 Jun 2020 23:41:34 +0200 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e17a311..35df53b3 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ void check_destroy(float* v) {printf("destroy %g\n", *v);} declare_CArray(f, float, check_destroy); // normally omit the last argument - float type need no destroy. declare_CList(t2, CArray2_f, carray2_f_destroy, c_noCompare); declare_CHash(il, MAP, int, CList_t2, clist_t2_destroy); -declare_CHash_string(sm, MAP, CHash_lm, chash_lm_destroy); +declare_CHash_string(sm, MAP, CHash_il, chash_il_destroy); int main() { int xdim = 4, ydim = 6; -- cgit v1.2.3