mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 16:54:03 +02:00
Fix a formatting bug.
This commit is contained in:
+1
-1
@@ -59635,7 +59635,7 @@ static ma_result ma_resource_manager_process_job__load_data_buffer_node(ma_resou
|
|||||||
is set to MA_BUSY.
|
is set to MA_BUSY.
|
||||||
*/
|
*/
|
||||||
if (result != MA_SUCCESS) {
|
if (result != MA_SUCCESS) {
|
||||||
ma_log_postf(ma_resource_manager_get_log(pResourceManager), MA_LOG_LEVEL_ERROR, "Failed to post MA_RESOURCE_MANAGER_JOB_PAGE_DATA_BUFFER_NODE job. %d\n", ma_result_description(result));
|
ma_log_postf(ma_resource_manager_get_log(pResourceManager), MA_LOG_LEVEL_ERROR, "Failed to post MA_RESOURCE_MANAGER_JOB_PAGE_DATA_BUFFER_NODE job. %s\n", ma_result_description(result));
|
||||||
ma_decoder_uninit(pDecoder);
|
ma_decoder_uninit(pDecoder);
|
||||||
ma_free(pDecoder, &pResourceManager->config.allocationCallbacks);
|
ma_free(pDecoder, &pResourceManager->config.allocationCallbacks);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user