mirror of
https://github.com/Silicondust/libhdhomerun
synced 2025-08-20 05:23:27 -07:00
fix warning
This commit is contained in:
parent
b95942d8c1
commit
0d3b72c1cc
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ bool hdhomerun_sock_bind(struct hdhomerun_sock_t *sock, uint32_t local_addr, uin
|
|||
return true;
|
||||
}
|
||||
|
||||
bool hdhomerun_sock_event_select(struct hdhomerun_sock_t *sock, long events)
|
||||
static bool hdhomerun_sock_event_select(struct hdhomerun_sock_t *sock, long events)
|
||||
{
|
||||
if (sock->events_selected != events) {
|
||||
if (WSAEventSelect(sock->sock, sock->event, events) == SOCKET_ERROR) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue