mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 16:54:03 +02:00
Fix function not returning anything
MSVC 6 was printing a warning about this.
This commit is contained in:
@@ -8811,6 +8811,8 @@ MA_API ma_result ma_log_postv(ma_log* pLog, ma_uint32 level, const char* pFormat
|
|||||||
ma_free(pFormattedMessage, &pLog->allocationCallbacks);
|
ma_free(pFormattedMessage, &pLog->allocationCallbacks);
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
|
} else {
|
||||||
|
return MA_OUT_OF_MEMORY;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
return MA_INVALID_OPERATION;
|
return MA_INVALID_OPERATION;
|
||||||
|
|||||||
Reference in New Issue
Block a user