Skip to content

Commit

Permalink
Removed extra space
Browse files Browse the repository at this point in the history
(cherry picked from commit b47d7a6)
  • Loading branch information
bogdan-iancu committed Apr 16, 2020
1 parent 0852326 commit 0dc4efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/rtpproxy/rtpproxy.c
Expand Up @@ -317,7 +317,7 @@ static struct {
{.s = "udptl", .len = 5, .is_rtp = 0},
{.s = "rtp/avp", .len = 7, .is_rtp = 1},
{.s = "rtp/avpf", .len = 8, .is_rtp = 1},
{.s = "rtp/savp", .len = 8, .is_rtp = 1},
{.s = "rtp/savp", .len = 8, .is_rtp = 1},
{.s = "rtp/savpf", .len = 9, .is_rtp = 1},
{.s = "dccp/tls/rtp/savp", .len = 17, .is_rtp = 1},
{.s = "dccp/tls/rtp/savpf", .len = 18, .is_rtp = 1},
Expand Down

0 comments on commit 0dc4efd

Please sign in to comment.