Bruno Jesus : server: Fix a comment.
24 Sep
2013
24 Sep
'13
8:21 a.m.
Module: wine Branch: master Commit: c52eb217548146c8f3810e0d4a4d7be470273aed URL: http://source.winehq.org/git/wine.git/?a=commit;h=c52eb217548146c8f3810e0d4a... Author: Bruno Jesus <00cpxxx(a)gmail.com> Date: Sat Sep 21 14:42:25 2013 -0300 server: Fix a comment. --- server/sock.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/server/sock.c b/server/sock.c index 145e2a7..1a3a8f7 100644 --- a/server/sock.c +++ b/server/sock.c @@ -785,7 +785,7 @@ static int accept_into_socket( struct sock *sock, struct sock *acceptsock ) return TRUE; } -/* set the last error depending on errno */ +/* return an errno value mapped to a WSA error */ static int sock_get_error( int err ) { switch (err)
4467
Age (days ago)
4467
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard