An extra set of parenthese to fix warnings/errors (#5754)

This commit is contained in:
firewall1110
2020-10-31 02:41:13 +02:00
committed by GitHub
parent dc78b15a03
commit 6a78d8d535

View File

@@ -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",