Commit 61b95779 authored by David Reid's avatar David Reid

Fix line spacing in test.

parent 4bcf1931
......@@ -309,7 +309,7 @@ void on_log(void* pUserData, ma_uint32 logLevel, const char* message)
{
(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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment