mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 01:04:02 +02:00
Minor formatting change.
This commit is contained in:
+1
-3
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user