Fix a typo.

Fixes issue #7
This commit is contained in:
David Reid
2017-12-02 10:01:58 +10:00
parent 585ad04812
commit f2b59e8135
+1 -1
View File
@@ -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