From 9fb1f1065a8dc5b0fd2cbaad9d438d57f1dd7ac2 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 20 Dec 2009 17:07:23 +0100 Subject: fix compiler warning and coding style in rtp_proxy --- openbsc/src/rtp_proxy.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/openbsc/src/rtp_proxy.c b/openbsc/src/rtp_proxy.c index 02938125a..0f4e32799 100644 --- a/openbsc/src/rtp_proxy.c +++ b/openbsc/src/rtp_proxy.c @@ -666,9 +666,10 @@ int rtp_socket_proxy(struct rtp_socket *this, struct rtp_socket *other) } /* bind RTP/RTCP socket to application */ -int rtp_socket_upstream(struct rtp_socket *this, struct gsm_network *net, u_int32_t callref) +int rtp_socket_upstream(struct rtp_socket *this, struct gsm_network *net, + u_int32_t callref) { - DEBUGP(DMUX, "rtp_socket_proxy(this=%p, callref=%lu)\n", + DEBUGP(DMUX, "rtp_socket_proxy(this=%p, callref=%u)\n", this, callref); if (callref) { -- cgit v1.2.3