mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-24 20:01:42 +00:00
Minor typo correction
This commit is contained in:
parent
7b4d93988f
commit
b45370cbb4
@ -905,7 +905,7 @@ int start_upd_srv(const char *addr_str, unsigned port)
|
||||
if (bind(sockfd, (struct sockaddr *)&servaddr, sizeof(servaddr)) != 0)
|
||||
{
|
||||
#if _WIN32
|
||||
wprintf(L"bind() eror: %ld\n", WSAGetLastError());
|
||||
wprintf(L"bind() error: %ld\n", WSAGetLastError());
|
||||
exit(EXIT_FAILURE);
|
||||
#else
|
||||
fatal(CCX_COMMON_EXIT_BUG_BUG, "bind() error: %s\n", strerror(errno));
|
||||
|
Loading…
Reference in New Issue
Block a user