From 39910dce3d5de32cd48b600fcfd9fe8dd5dfe960 Mon Sep 17 00:00:00 2001 From: David Reid Date: Wed, 15 Aug 2018 17:26:15 +1000 Subject: [PATCH] Fix a typo. --- mini_al.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mini_al.h b/mini_al.h index 8ef5a1e7..89483b6b 100644 --- a/mini_al.h +++ b/mini_al.h @@ -16168,7 +16168,7 @@ mal_result mal_device__stop_backend__audio4(mal_device* pDevice) } #else if (ioctl(pDevice->audio4.fd, AUDIO_STOP, 0) < 0) { - return mal_post_error(pDevice, MAL_LOG_LEVEL_ERROR, "[audio4] Failed to stop device. AUDIO_FLUSH failed.", MAL_FAILED_TO_STOP_BACKEND_DEVICE); + return mal_post_error(pDevice, MAL_LOG_LEVEL_ERROR, "[audio4] Failed to stop device. AUDIO_STOP failed.", MAL_FAILED_TO_STOP_BACKEND_DEVICE); } #endif