This commit is contained in:
Dennis Eichhorn 2022-08-15 17:27:47 +02:00
parent bebd2a346b
commit b91ee70f33

View File

@ -64,7 +64,7 @@ namespace Stdlib {
}
static
void has_free(assoc_arr *h)
void hash_free(assoc_arr *h)
{
free(h);
}