mgcp_sdp: cosmetic: remove newline

Change-Id: Ib9a03a75d9bcc4bdbc9d740edbd12c280ec1d933
This commit is contained in:
Philipp Maier 2023-02-07 12:08:22 +01:00
parent 057decfe3a
commit b9e7569217
1 changed files with 0 additions and 1 deletions

View File

@ -245,7 +245,6 @@ static int fmtp_from_sdp(void *ctx, struct sdp_fmtp_param *fmtp_param, char *sdp
fmtp_param->param.amr_octet_aligned = false;
if (amr_octet_aligned == 1)
fmtp_param->param.amr_octet_aligned = true;
}
param_str = strtok(NULL, " ");