mirror of
https://github.com/reactos/wine.git
synced 2025-02-03 18:53:17 +00:00
kernel32: Fix a typo.
This commit is contained in:
parent
395a4e50ed
commit
ea1e7555a9
@ -824,7 +824,7 @@ BOOL WINAPI SetCommState( HANDLE handle, LPDCB lpdcb)
|
||||
SetLastError(ERROR_INVALID_PARAMETER);
|
||||
return FALSE;
|
||||
}
|
||||
switch (lpdcb->fDtrControl)
|
||||
switch (lpdcb->fRtsControl)
|
||||
{
|
||||
case RTS_CONTROL_DISABLE: break;
|
||||
case RTS_CONTROL_ENABLE: shf.FlowReplace |= SERIAL_RTS_CONTROL; break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user