From 4fa17c27d33851bfe429073504b95adb7c13d8fc Mon Sep 17 00:00:00 2001 From: Youngho Kim Date: Wed, 8 Nov 2023 17:58:02 +0900 Subject: [PATCH] remove comma from srtp_profile_t enum value. remove comma from srtp_profile_t enum value. --- include/srtp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/srtp.h b/include/srtp.h index fa34daf64..3a3cf4bc9 100644 --- a/include/srtp.h +++ b/include/srtp.h @@ -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; /**