An extra set of parenthese to fix warnings/errors (#5754)
This commit is contained in:
@@ -250,7 +250,7 @@ void AudioSoundIo::stopProcessing()
|
||||
m_stopped = true;
|
||||
if (m_outstream)
|
||||
{
|
||||
if (err = soundio_outstream_pause(m_outstream, true))
|
||||
if ((err = soundio_outstream_pause(m_outstream, true)))
|
||||
{
|
||||
fprintf(stderr,
|
||||
"AudioSoundIo::stopProcessing() :: pausing result error: %s\n",
|
||||
|
||||
Reference in New Issue
Block a user