mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-29 00:10:02 -05:00
Merge branch 'master' into feature/clipboard_improvements
This commit is contained in:
@@ -34,7 +34,7 @@ namespace hex {
|
||||
#if defined(OS_WINDOWS)
|
||||
::closesocket(m_socketFd);
|
||||
#else
|
||||
::close(sockfd_);
|
||||
::close(m_socketFd);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user