mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-01-28 22:04:43 -08:00
winepulse-PulseAudio_Support: Add linebreak to ERR message.
This commit is contained in:
parent
9e203d3b8f
commit
68bdb355dc
@ -264,7 +264,7 @@ index 0000000..d187bdc
|
||||
+ {
|
||||
+ 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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user