From b91ee70f333d8367d8768c4a27dd127c3aaf1074 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 15 Aug 2022 17:27:47 +0200 Subject: [PATCH] typo fix --- Stdlib/AssocArray.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Stdlib/AssocArray.h b/Stdlib/AssocArray.h index c905fb1..85654bd 100644 --- a/Stdlib/AssocArray.h +++ b/Stdlib/AssocArray.h @@ -64,7 +64,7 @@ namespace Stdlib { } static - void has_free(assoc_arr *h) + void hash_free(assoc_arr *h) { free(h); }