[MPlayer-cvslog] r32076 - trunk/udp_sync.c
reimar
subversion at mplayerhq.hu
Wed Sep 8 19:52:32 CEST 2010
Author: reimar
Date: Wed Sep 8 19:52:32 2010
New Revision: 32076
Log:
Fix indentation.
Modified:
trunk/udp_sync.c
Modified: trunk/udp_sync.c
==============================================================================
--- trunk/udp_sync.c Wed Sep 8 19:51:26 2010 (r32075)
+++ trunk/udp_sync.c Wed Sep 8 19:52:32 2010 (r32076)
@@ -204,7 +204,7 @@ int udp_slave_sync(MPContext *mpctx)
// 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
More information about the MPlayer-cvslog
mailing list