Skip to content

Commit

Permalink
Merge pull request #658 from melchi45/patch-1
Browse files Browse the repository at this point in the history
remove comma from srtp_profile_t enum value.
  • Loading branch information
pabuhler committed Nov 10, 2023
2 parents c4fbf16 + 4fa17c2 commit 1f0a5de
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 1f0a5de

Please sign in to comment.