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

Alexandre Julliard julliard at wine.codeweavers.com
Thu Jul 26 06:37:05 CDT 2007


Module: wine
Branch: master
Commit: b8880e16400d8ab5503d9bfba9060176f15e5ca3
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=b8880e16400d8ab5503d9bfba9060176f15e5ca3

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Wed Jul 25 23:22:21 2007 +0200

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

---

 dlls/ntdll/serial.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/ntdll/serial.c b/dlls/ntdll/serial.c
index 6b2e764..bd6f9ca 100644
--- a/dlls/ntdll/serial.c
+++ b/dlls/ntdll/serial.c
@@ -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)




More information about the wine-cvs mailing list