Skip to content

Commit

Permalink
copy.paste
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Aug 22, 2024
1 parent c4d45ea commit 9e81964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/aws/common/allocator.h
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ struct aws_allocator *aws_customized_aligned_allocator_new(
* allocator will otherwise be unaffected.
*/
AWS_COMMON_API
void aws_customized_aligned_allocator_destroy(struct aws_allocator *sba_allocator);
void aws_customized_aligned_allocator_destroy(struct aws_allocator *aligned_alloc);

AWS_EXTERN_C_END
AWS_POP_SANE_WARNING_LEVEL
Expand Down

0 comments on commit 9e81964

Please sign in to comment.