Skip to content

Commit

Permalink
Comment: fix (#1069)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred2g authored Oct 26, 2023
1 parent 0ce8c56 commit e381a7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/aws/common/hash_table.h
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ int aws_hash_table_create(
*
* Returns AWS_OP_SUCCESS if an item was found or created.
* Raises AWS_ERROR_OOM if hash table expansion was required and memory
* allocation failed.
*/
AWS_COMMON_API
int aws_hash_table_put(struct aws_hash_table *map, const void *key, void *value, int *was_created);
Expand Down

0 comments on commit e381a7b

Please sign in to comment.