From: Andre Date: Tue, 10 Oct 2006 17:54:47 +0000 (+0200) Subject: cosmetics X-Git-Tag: v0.2.14~1 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=60216e4058f4ecc24467df577e51cb2bd66508b0;ds=sidebyside cosmetics --- diff --git a/ortp_send.c b/ortp_send.c index deb7d947..15b97eb1 100644 --- a/ortp_send.c +++ b/ortp_send.c @@ -78,11 +78,12 @@ static void ortp_send_buf(char *buf, int len, long unsigned chunks_sent) continue; WRITE_CHUNK_TS(buf, ot->chunk_ts); ts = ot->chunk_ts * chunks_sent; - ret = rtp_session_send_with_ts(ot->session, (unsigned char *)buf, len, ts); + ret = rtp_session_send_with_ts(ot->session, + (unsigned char*)buf, len, ts); ot->last_ts = ts; if (ret < 0) ortp_delete_target(ot, "send error"); - if (ret != len +12) + if (ret != len + 12) PARA_NOTICE_LOG("short write %d\n", ret); } }