Commit bc65fc65 authored by David Reid's avatar David Reid

Fix compilation error.

parent 4c63178c
...@@ -3050,7 +3050,7 @@ static mal_result mal_context__try_get_device_name_by_id(mal_context* pContext, ...@@ -3050,7 +3050,7 @@ static mal_result mal_context__try_get_device_name_by_id(mal_context* pContext,
#ifdef MAL_HAS_PULSEAUDIO #ifdef MAL_HAS_PULSEAUDIO
case mal_backend_pulseaudio: case mal_backend_pulseaudio:
{ {
if (mal_strcmp(pInfos[iDevice].id.pulseaudio, pDeviceID->pulseaudio) == 0) { if (mal_strcmp(pInfos[iDevice].id.pulse, pDeviceID->pulse) == 0) {
found = MAL_TRUE; found = MAL_TRUE;
} }
} break; } break;
......
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