Skip to content

Commit 439e3d5

Browse files
build fix
1 parent 17439a7 commit 439e3d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/s3_default_buffer_pool.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ struct aws_s3_default_buffer_ticket {
5858
bool forced;
5959
struct aws_s3_buffer_pool *pool;
6060
bool is_special_block; /* True if this ticket is from a special-sized block */
61-
enum aws_s3_default_buffer_pool_reserved_from reserved_from /* which area ticket was reserved from */
61+
enum aws_s3_default_buffer_pool_reserved_from reserved_from; /* which area ticket was reserved from */
6262
};
6363

6464
/* Default size for blocks array. Note: this is just for meta info, blocks

0 commit comments

Comments
 (0)