Browse Source

Fix format in test_mixer.cpp

sbg
acfloria 7 years ago committed by Lorenz Meier
parent
commit
3929afd617
  1. 1
      src/systemcmds/tests/test_mixer.cpp

1
src/systemcmds/tests/test_mixer.cpp

@ -591,6 +591,7 @@ static int @@ -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;
}

Loading…
Cancel
Save