summaryrefslogtreecommitdiff
path: root/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'map.h')
-rw-r--r--map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/map.h b/map.h
index 4cc0194..1ec17cb 100644
--- a/map.h
+++ b/map.h
@@ -21,7 +21,7 @@ typedef struct {
size_t size;
size_t __num_buckets;
- struct __map_entry* __buckets;
+ struct __map_entry** __buckets;
} map_t;
void map_init(