cygwin: fix stray semicolon

introduced by patch 1c50e0d1ab

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2017-11-07 16:34:17 +01:00
parent 2640628b09
commit 2e989b2129
1 changed files with 1 additions and 1 deletions

View File

@ -623,7 +623,7 @@ fhandler_socket::init_events ()
NtClose (wsock_mtx);
return false;
}
if (!(wsock_events = search_wsa_event_slot (new_serial_number)));
if (!(wsock_events = search_wsa_event_slot (new_serial_number)))
{
set_errno (ENOBUFS);
NtClose (wsock_evt);