mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Fix line spacing in test.
This commit is contained in:
@@ -309,7 +309,7 @@ void on_log(void* pUserData, ma_uint32 logLevel, const char* message)
|
|||||||
{
|
{
|
||||||
(void)pUserData;
|
(void)pUserData;
|
||||||
|
|
||||||
printf("%s: %s\n", ma_log_level_to_string(logLevel), message);
|
printf("%s: %s", ma_log_level_to_string(logLevel), message);
|
||||||
}
|
}
|
||||||
|
|
||||||
void on_stop(ma_device* pDevice)
|
void on_stop(ma_device* pDevice)
|
||||||
|
|||||||
Reference in New Issue
Block a user