mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +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);
|
||||
|
||||
return result;
|
||||
} else {
|
||||
return MA_OUT_OF_MEMORY;
|
||||
}
|
||||
} else {
|
||||
return MA_INVALID_OPERATION;
|
||||
|
||||
Reference in New Issue
Block a user