Skip to content

Commit

Permalink
hash table REFACTOR fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Humblesaw authored and michalvasko committed Aug 19, 2024
1 parent ed74a24 commit 79e721c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hash_table.c
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ lyht_free(struct ly_ht *ht, void (*val_free)(void *val_p))
*
* @param[in] ht Hash table to resize.
* @param[in] operation Operation to perform. 1 to enlarge, -1 to shrink, 0 to only rehash all records.
* @param[in] check Whether to check if the value has already been inserted or not.
* @return LY_ERR value.
*/
static LY_ERR
Expand Down

0 comments on commit 79e721c

Please sign in to comment.