Commit f2b59e81 authored by David Reid's avatar David Reid

Fix a typo.

Fixes issue #7
parent 585ad048
......@@ -1583,7 +1583,7 @@ void mal_pcm_convert(void* pOut, mal_format formatOut, const void* pIn, mal_form
// Disable run-time linking on certain backends.
#ifndef MAL_NO_RUNTIME_LINLING
#ifndef MAL_NO_RUNTIME_LINKING
#if defined(MAL_ANDROID) || defined(MAL_EMSCRIPTEN)
#define MAL_NO_RUNTIME_LINKING
#endif
......
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