Commit 13acb54e authored by David Reid's avatar David Reid

Fix a minor typo.

parent 7025da51
...@@ -140,7 +140,7 @@ ma_bool32 try_parse_format(const char* str, ma_format* pValue) ...@@ -140,7 +140,7 @@ ma_bool32 try_parse_format(const char* str, ma_format* pValue)
*pValue = format; *pValue = format;
} }
return MA_TRUE;; return MA_TRUE;
} }
ma_bool32 try_parse_channels(const char* str, ma_uint32* pValue) ma_bool32 try_parse_channels(const char* str, ma_uint32* pValue)
......
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