Commit da78f93e authored by David Reid's avatar David Reid

Fix compilation error with some placeholder code.

parent 6db4bc58
......@@ -2746,10 +2746,10 @@ static mal_result mal_context__try_get_device_name_by_id(mal_context* pContext,
} break;
#endif
#ifdef MAL_HAS_COREAUDIO
case mal_backend_coreaudio
{
// TODO: Implement me.
} break;
//case mal_backend_coreaudio:
//{
// // TODO: Implement me.
//} break;
#endif
#ifdef MAL_HAS_OSS
case mal_backend_oss:
......
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