Skip to content

Commit 7925d16

Browse files
fix build
1 parent c634e7e commit 7925d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/s3_default_buffer_pool.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ struct aws_s3_default_buffer_pool {
109109
struct s3_pending_reserve {
110110
struct aws_linked_list_node node;
111111
struct aws_future_s3_buffer_ticket *ticket_future;
112-
struct aws_s3_buffer_ticket *ticket;
112+
struct aws_s3_default_buffer_ticket *ticket;
113113
struct aws_s3_buffer_pool_reserve_meta meta;
114114
};
115115

0 commit comments

Comments
 (0)