[MPlayer-cvslog] r32083 - trunk/udp_sync.c
reimar
subversion at mplayerhq.hu
Wed Sep 8 20:17:36 CEST 2010
Author: reimar
Date: Wed Sep 8 20:17:35 2010
New Revision: 32083
Log:
Reindent.
Modified:
trunk/udp_sync.c
Modified: trunk/udp_sync.c
==============================================================================
--- trunk/udp_sync.c Wed Sep 8 20:16:07 2010 (r32082)
+++ trunk/udp_sync.c Wed Sep 8 20:17:35 2010 (r32083)
@@ -108,10 +108,10 @@ int get_udp(int blocking, float *master_
// flush out any further messages so we don't get behind
if (chars_received == -1) {
#if HAVE_WINSOCK2_H
- sock_flags = 0;
- ioctlsocket(sockfd, FIONBIO, &sock_flags);
+ sock_flags = 0;
+ ioctlsocket(sockfd, FIONBIO, &sock_flags);
#else
- fcntl(sockfd, F_SETFL, sock_flags | O_NONBLOCK);
+ fcntl(sockfd, F_SETFL, sock_flags | O_NONBLOCK);
#endif
}
chars_received = n;
More information about the MPlayer-cvslog
mailing list