winepulse-PulseAudio_Support: Add linebreak to ERR message.

This commit is contained in:
Sebastian Lackner 2015-08-17 08:34:22 +02:00
parent 9e203d3b8f
commit 68bdb355dc

View File

@ -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);