mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +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;
|
||||
void* pFileData = open_and_read_file_data(filePath, &fileSize);
|
||||
if (pFileData == NULL) {
|
||||
printf("Cound not open file %s\n", filePath);
|
||||
printf("Could not open file %s\n", filePath);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user