diff --git a/utils/hashmap.c b/utils/hashmap.c index 9cdc5a23a..4d9c78869 100644 --- a/utils/hashmap.c +++ b/utils/hashmap.c @@ -55,7 +55,7 @@ struct hashmap_s { * The number of buckets in this map */ uint32_t bucket_count; - + /** * The number of entries in this map */