Module: wine Branch: master Commit: d9634e397c3f5058f66a9d3c00e5db9ce6eae7f2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d9634e397c3f5058f66a9d3c00...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Oct 4 22:16:34 2006 +0200
ntdll: Fixed typo in serial.c.
---
dlls/ntdll/serial.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/ntdll/serial.c b/dlls/ntdll/serial.c index c78770c..fc7bc4e 100644 --- a/dlls/ntdll/serial.c +++ b/dlls/ntdll/serial.c @@ -1095,7 +1095,7 @@ #endif #if !defined(TIOCINQ) || (!(defined(TIOCSERGETLSR) && defined(TIOCSER_TEMT)) || !defined(TIOCINQ)) || !defined(TIOCMGET) || !defined(TIOCM_CTS) ||!defined(TIOCM_DSR) || !defined(TIOCM_RNG) || !defined(TIOCM_CAR) error_caps: FIXME("Returning error because of missing capabilities\n"); - status STATUS_INVALID_PARAMETER; + status = STATUS_INVALID_PARAMETER; #endif out_now: RtlFreeHeap(GetProcessHeap(), 0, commio);