Module: sip-router Branch: carstenbock/rtpproxy2 Commit: 71749d2cabff826780ebea672730943102655d0c URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=71749d2c...
Author: Carsten Bock lists@bock.info Committer: Carsten Bock lists@bock.info Date: Wed Aug 18 22:57:37 2010 +0200
Tiny typo.
---
modules_k/rtpproxy/rtpproxy.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules_k/rtpproxy/rtpproxy.c b/modules_k/rtpproxy/rtpproxy.c index 8f68a0f..909a68c 100644 --- a/modules_k/rtpproxy/rtpproxy.c +++ b/modules_k/rtpproxy/rtpproxy.c @@ -1814,7 +1814,7 @@ force_rtp_proxy(struct sip_msg* msg, char* str1, char* str2, int offer) {" ", 1}, /* separator */ {NULL, 0}, /* to_tag */ {";", 1}, /* separator */ - {NULL, 0} /* medianum */ + {NULL, 0}, /* medianum */ {" ", 1}, /* separator */ {NULL, 0}, /* Timeout-Socket */ };