summaryrefslogtreecommitdiff
path: root/main/rtp_engine.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/rtp_engine.c')
-rw-r--r--main/rtp_engine.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/rtp_engine.c b/main/rtp_engine.c
index b79ef0bbb..62a515b24 100644
--- a/main/rtp_engine.c
+++ b/main/rtp_engine.c
@@ -501,8 +501,8 @@ int ast_rtp_codecs_payloads_set_rtpmap_type_rate(struct ast_rtp_codecs *codecs,
}
/* if both sample rates have been supplied, and they don't match,
- then this not a match; if one has not been supplied, then the
- rates are not compared */
+ * then this not a match; if one has not been supplied, then the
+ * rates are not compared */
if (sample_rate && t->sample_rate &&
(sample_rate != t->sample_rate)) {
continue;