Skip to content

Commit

Permalink
Fix macro usage (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm authored Jan 11, 2023
1 parent b2d1fa6 commit fc21ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/device_defender.c
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,7 @@ void aws_iotdevice_defender_config_register_number_list_metric(
const struct aws_byte_cursor *metric_name,
aws_iotdevice_defender_get_number_list_fn *supplier,
void *userdata) {
AWS_PRECONDITION(task_config != NULL)
AWS_PRECONDITION(task_config != NULL);
AWS_PRECONDITION(metric_name != NULL);
AWS_PRECONDITION(supplier != NULL);

Expand Down

0 comments on commit fc21ca5

Please sign in to comment.