kopia lustrzana https://github.com/Hamlib/Hamlib
Missed semicolon
rodzic
2703423b72
commit
1dbd633d5a
|
@ -1045,7 +1045,7 @@ void *handle_socket(void *arg)
|
|||
|
||||
handle_exit:
|
||||
#ifdef __MINGW32__
|
||||
shutdown(handle_data_arg->sock, 2)
|
||||
shutdown(handle_data_arg->sock, 2);
|
||||
closesocket(handle_data_arg->sock);
|
||||
#else
|
||||
close(handle_data_arg->sock);
|
||||
|
|
Ładowanie…
Reference in New Issue