Commit e33d149a authored by David Reid's avatar David Reid

Fix a compilation error.

parent 8987711b
...@@ -4247,7 +4247,7 @@ mal_result mal_context_uninit(mal_context* pContext) ...@@ -4247,7 +4247,7 @@ mal_result mal_context_uninit(mal_context* pContext)
default: break; default: break;
} }
mal_assert(false); mal_assert(MAL_FALSE);
return MAL_NO_BACKEND; return MAL_NO_BACKEND;
} }
......
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