mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
A very minor change for style consistency.
This commit is contained in:
+2
-1
@@ -38407,7 +38407,8 @@ error_disconnected:
|
|||||||
result = ma_device_start__aaudio(pDevice);
|
result = ma_device_start__aaudio(pDevice);
|
||||||
if (result != MA_SUCCESS) {
|
if (result != MA_SUCCESS) {
|
||||||
/* We got disconnected! Retry a few times, until we find a connected device! */
|
/* We got disconnected! Retry a few times, until we find a connected device! */
|
||||||
if (++retries <= 3) {
|
retries += 1;
|
||||||
|
if (retries <= 3) {
|
||||||
ma_log_postf(ma_device_get_log(pDevice), MA_LOG_LEVEL_INFO, "[AAudio] Failed to start stream after route change, retrying(%d)", retries);
|
ma_log_postf(ma_device_get_log(pDevice), MA_LOG_LEVEL_INFO, "[AAudio] Failed to start stream after route change, retrying(%d)", retries);
|
||||||
goto error_disconnected;
|
goto error_disconnected;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user