Commit 64e83ddc authored by Sebastian Lackner's avatar Sebastian Lackner Committed by Alexandre Julliard

winepulse.drv: Add a missing linebreak to ERR message.

parent e1933acb
......@@ -434,7 +434,7 @@ static HRESULT pulse_connect(void)
{
if (!(pulse_thread = CreateThread(NULL, 0, pulse_mainloop_thread, NULL, 0, NULL)))
{
ERR("Failed to create mainloop thread.");
ERR("Failed to create mainloop thread.\n");
return E_FAIL;
}
SetThreadPriority(pulse_thread, THREAD_PRIORITY_TIME_CRITICAL);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment