Fix format in test_mixer.cpp

This commit is contained in:
acfloria
2017-10-12 09:28:17 +02:00
committed by Lorenz Meier
parent 5f165e8b3e
commit 3929afd617
+1
View File
@@ -591,6 +591,7 @@ static int
mixer_callback(uintptr_t handle, uint8_t control_group, uint8_t control_index, float &control)
{
control = 0.0f;
if (control_group != 0) {
return -1;
}