mirror of https://github.com/WerWolv/ImHex
Merge branch 'master' into feature/clipboard_improvements
This commit is contained in:
commit
0ea3adcb75
|
|
@ -34,7 +34,7 @@ namespace hex {
|
|||
#if defined(OS_WINDOWS)
|
||||
::closesocket(m_socketFd);
|
||||
#else
|
||||
::close(sockfd_);
|
||||
::close(m_socketFd);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue