Skip to content

Commit

Permalink
Name log subject enum correctly (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
bretambrose committed Apr 9, 2021
1 parent 795ac30 commit ce7b06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/aws/cal/cal.h
Expand Up @@ -26,7 +26,7 @@ enum aws_cal_errors {
AWS_ERROR_CAL_END_RANGE = AWS_ERROR_ENUM_END_RANGE(AWS_C_CAL_PACKAGE_ID)
};

enum aws_io_log_subject {
enum aws_cal_log_subject {
AWS_LS_CAL_GENERAL = AWS_LOG_SUBJECT_BEGIN_RANGE(AWS_C_CAL_PACKAGE_ID),
AWS_LS_CAL_ECC,
AWS_LS_CAL_HASH,
Expand Down

0 comments on commit ce7b06f

Please sign in to comment.