mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
fix: Bad copy paste
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