This commit is contained in:
Matthew Gregan 2022-12-07 20:50:37 +13:00
Родитель 93d0b1247f
Коммит 784f4d7e3f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2802,7 +2802,7 @@ wasapi_stream_init(cubeb * context, cubeb_stream ** stream,
*stream = stm.release();
LOG("Stream init succesfull (%p)", *stream);
LOG("Stream init successful (%p)", *stream);
return CUBEB_OK;
}