Skip to content
Snippets Groups Projects
Commit 1ad5e791 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix typo in get_socket_errno() definition

parent 89a884e9
No related branches found
No related tags found
No related merge requests found
......@@ -731,7 +731,7 @@ DLLEXPORT void set_socket_errno(int err)
#endif
}
DLLEXPORT int get_socket_errrno(void)
DLLEXPORT int get_socket_errno(void)
{
#if defined(_WINSOCKAPI_)
int wsa_error = WSAGetLastError();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment