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