mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-30 02:50:25 +08:00
cygwin: fix stray semicolon
introduced by patch 1c50e0d1abd5cc790e72572af6fd6b03f7d1c594 Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
2640628b09
commit
2e989b2129
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user