mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 01:04:02 +02:00
Fix a typo.
This commit is contained in:
+1
-1
@@ -277,7 +277,7 @@ void* load_raw_audio_data(const char* filePath, mal_format format, mal_uint64* p
|
|||||||
size_t fileSize;
|
size_t fileSize;
|
||||||
void* pFileData = open_and_read_file_data(filePath, &fileSize);
|
void* pFileData = open_and_read_file_data(filePath, &fileSize);
|
||||||
if (pFileData == NULL) {
|
if (pFileData == NULL) {
|
||||||
printf("Cound not open file %s\n", filePath);
|
printf("Could not open file %s\n", filePath);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user