aboutsummaryrefslogtreecommitdiff
path: root/src/Hashmap.c
diff options
context:
space:
mode:
authorMikhail Romanko <me@blankhex.com>2025-03-11 09:49:43 +0300
committerMikhail Romanko <me@blankhex.com>2025-04-05 13:56:00 +0300
commit69515af77f36bad1f501f3145eba4436e8216965 (patch)
treeb8762c125b848df320f8022c7192e67b672ccce0 /src/Hashmap.c
parent80094983311f853ed105f7f48f51c8e9363f03a4 (diff)
downloadbhlib-69515af77f36bad1f501f3145eba4436e8216965.tar.gz
Fix styling issues, rename scripts
Diffstat (limited to 'src/Hashmap.c')
-rw-r--r--src/Hashmap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Hashmap.c b/src/Hashmap.c
index ad8e7bd..8253ec6 100644
--- a/src/Hashmap.c
+++ b/src/Hashmap.c
@@ -387,4 +387,3 @@ void *BH_HashmapIterValue(void *iter)
{
return ((BH_HashmapNode *)iter)->value;
}
-