mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 21:20:25 +00:00
wineesd.drv: Add a trailing '\n' to a WARN() trace.
This commit is contained in:
parent
3ce8e20896
commit
8e18524ad3
@ -1192,7 +1192,7 @@ static DWORD wodOpen(WORD wDevID, LPWAVEOPENDESC lpDesc, DWORD dwFlags)
|
||||
}
|
||||
else
|
||||
{
|
||||
WARN("esd_open_sound() failed");
|
||||
WARN("esd_open_sound() failed\n");
|
||||
/* just do a rough guess at the latency and continue anyway */
|
||||
wwo->dwLatency = 1000 * (2 * ESD_BUF_SIZE) / out_rate;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user