Commit 31f49a7c authored by David Reid's avatar David Reid

Minor formatting change.

parent f378577e
...@@ -7859,9 +7859,7 @@ static void ma_post_log_messagev(ma_context* pContext, ma_device* pDevice, ma_ui ...@@ -7859,9 +7859,7 @@ static void ma_post_log_messagev(ma_context* pContext, ma_device* pDevice, ma_ui
#else #else
args2 = args; args2 = args;
#endif #endif
{ formattedLen = _vscprintf(pFormat, args2);
formattedLen = _vscprintf(pFormat, args2);
}
va_end(args2); va_end(args2);
if (formattedLen > 0) { if (formattedLen > 0) {
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