Commit 7a1135d4 authored by znakeeye's avatar znakeeye Committed by David Reid

Goto label placed outside braces for C compliance.

parent 9f9fc233
......@@ -38521,10 +38521,9 @@ error_disconnected:
}
result = MA_SUCCESS;
done:
/* Re-routing done */
}
done:
/* Re-routing done */
ma_mutex_unlock(&pDevice->aaudio.rerouteLock);
return result;
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