Fix compilation error with some placeholder code.

This commit is contained in:
David Reid
2017-12-06 18:44:47 +10:00
parent 6db4bc58c2
commit da78f93e0d
+4 -4
View File
@@ -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: