Skip to content

Commit

Permalink
remove comma from srtp_profile_t enum value.
Browse files Browse the repository at this point in the history
remove comma from srtp_profile_t enum value.
  • Loading branch information
melchi45 committed Nov 8, 2023
1 parent c4fbf16 commit 4fa17c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/srtp.h
Original file line number Diff line number Diff line change
Expand Up @@ -1167,7 +1167,7 @@ typedef enum {
srtp_profile_null_sha1_80 = 5,
srtp_profile_null_sha1_32 = 6,
srtp_profile_aead_aes_128_gcm = 7,
srtp_profile_aead_aes_256_gcm = 8,
srtp_profile_aead_aes_256_gcm = 8
} srtp_profile_t;

/**
Expand Down

0 comments on commit 4fa17c2

Please sign in to comment.