mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
Add trailing '\n's to trace() call.
This commit is contained in:
parent
38339b0a96
commit
840f594896
@ -742,7 +742,7 @@ static void test_waittxempty(HANDLE hcom)
|
||||
BOOL res_write, res;
|
||||
DWORD baud = SLOWBAUD;
|
||||
|
||||
trace("test_waittxempty");
|
||||
trace("test_waittxempty\n");
|
||||
/* set a low baud rate to have ample time*/
|
||||
ok(GetCommState(hcom, &dcb), "GetCommState failed\n");
|
||||
dcb.BaudRate = baud;
|
||||
|
Loading…
Reference in New Issue
Block a user