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
Branches
Tags
No related merge requests found
...@@ -731,7 +731,7 @@ DLLEXPORT void set_socket_errno(int err) ...@@ -731,7 +731,7 @@ DLLEXPORT void set_socket_errno(int err)
#endif #endif
} }
DLLEXPORT int get_socket_errrno(void) DLLEXPORT int get_socket_errno(void)
{ {
#if defined(_WINSOCKAPI_) #if defined(_WINSOCKAPI_)
int wsa_error = WSAGetLastError(); int wsa_error = WSAGetLastError();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment