ntdll: Remove a break after a break. Found by Smatch.

This commit is contained in:
Michael Stefaniuc 2007-07-25 23:22:21 +02:00 committed by Alexandre Julliard
parent 863921b40d
commit b8880e1640
1 changed files with 0 additions and 1 deletions

View File

@ -259,7 +259,6 @@ static NTSTATUS get_line_control(int fd, SERIAL_LINE_CONTROL* slc)
#ifdef CMSPAR
case PARENB|CMSPAR: slc->Parity = MARKPARITY; break;
case PARENB|PARODD|CMSPAR: slc->Parity = SPACEPARITY; break;
break;
#endif
}
switch (port.c_cflag & CSIZE)