Skip to content

Commit 3afa602

Browse files
lint
1 parent e6fec73 commit 3afa602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/s3_checksum_stream.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ static int s_finalize_checksum(struct aws_checksum_stream *impl) {
4040
AWS_LS_S3_CLIENT,
4141
"Failed to base64 encode checksum with error code %d (%s). Output capacity: %zu length %zu",
4242
aws_last_error(),
43-
aws_error_str(aws_last_error()),
43+
aws_error_str(aws_last_error()),
4444
impl->encoded_checksum_output->capacity,
4545
impl->encoded_checksum_output->len);
4646
aws_byte_buf_reset(&impl->checksum_result, true);

0 commit comments

Comments
 (0)