ws2_32: Mark a fall-through in a switch statement.

oldstable
Andrew Talbot 2011-10-20 21:37:04 +01:00 committed by Alexandre Julliard
parent c8c6cc97bc
commit 4bebe6287c
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}