Skip to content

Commit

Permalink
Fix for ISO C
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Apr 11, 2022
1 parent 81eb199 commit e17c680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kms/kms_request.c
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ kms_request_append_header_field_value (kms_request_t *request,
KMS_ERROR (
request,
"Ensure the request has at least one header field before calling %s",
__FUNCTION__);
__func__);
}

v = request->header_fields->kvs[request->header_fields->len - 1].value;
Expand Down

0 comments on commit e17c680

Please sign in to comment.