mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 09:14:04 +02:00
Minor formatting.
This commit is contained in:
+2
-1
@@ -6811,8 +6811,9 @@ MA_API ma_result ma_fopen(FILE** ppFile, const char* pFilePath, const char* pOpe
|
|||||||
if (*ppFile == NULL) {
|
if (*ppFile == NULL) {
|
||||||
ma_result result = ma_result_from_errno(errno);
|
ma_result result = ma_result_from_errno(errno);
|
||||||
if (result == MA_SUCCESS) {
|
if (result == MA_SUCCESS) {
|
||||||
return MA_ERROR; /* Just a safety check to make sure we never ever return success when pFile == NULL. */
|
result = MA_ERROR; /* Just a safety check to make sure we never ever return success when pFile == NULL. */
|
||||||
}
|
}
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user