Mercurial > mplayer.hg
changeset 31992:4229b325910e
Fix indentation.
author | reimar |
---|---|
date | Wed, 08 Sep 2010 17:52:32 +0000 |
parents | 52a0d770adee |
children | b429f2102412 |
files | udp_sync.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/udp_sync.c Wed Sep 08 17:51:26 2010 +0000 +++ b/udp_sync.c Wed Sep 08 17:52:32 2010 +0000 @@ -204,7 +204,7 @@ // UDP_TIMING_TOLERANCE is a small value that lets us consider // the master equal to us even if it's very slightly ahead. if (udp_master_position + UDP_TIMING_TOLERANCE > my_position) - break; + break; // the remaining case is that we're slightly ahead of the master. // usually, it just means we called get_udp() before the datagram