Commit c52eb217 authored by Bruno Jesus's avatar Bruno Jesus Committed by Alexandre Julliard

server: Fix a comment.

parent 2fcfde0f
...@@ -785,7 +785,7 @@ static int accept_into_socket( struct sock *sock, struct sock *acceptsock ) ...@@ -785,7 +785,7 @@ static int accept_into_socket( struct sock *sock, struct sock *acceptsock )
return TRUE; 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 ) static int sock_get_error( int err )
{ {
switch (err) switch (err)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment