revert whitespace change

This commit is contained in:
Anthony Minessale 2013-01-14 10:26:24 -06:00
parent 20bbee8765
commit 03e5b366f7
1 changed files with 0 additions and 1 deletions

View File

@ -1602,7 +1602,6 @@ static void parse_media_attr(sdp_parser_t *p, char *r, sdp_media_t *m,
}
if (rtp && su_casematch(name, "rtpmap")) {
if ((n = parse_rtpmap(p, r, m)) == 0 || n < -1)
return;
}