ws2_32: Mark a fall-through in a switch statement.
This commit is contained in:
parent
c8c6cc97bc
commit
4bebe6287c
|
@ -4345,6 +4345,7 @@ int WINAPI WS_shutdown(SOCKET s, int how)
|
|||
break;
|
||||
case 2: /* drop all */
|
||||
clear_flags |= FD_READ|FD_WRITE;
|
||||
/*fall through */
|
||||
default:
|
||||
clear_flags |= FD_WINE_LISTENING;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue