Commit 4bebe628 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

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

parent c8c6cc97
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment