From 3929afd6173cfd5b04c83e2794bc3697fa5309ed Mon Sep 17 00:00:00 2001 From: acfloria Date: Thu, 12 Oct 2017 09:28:17 +0200 Subject: [PATCH] Fix format in test_mixer.cpp --- src/systemcmds/tests/test_mixer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/systemcmds/tests/test_mixer.cpp b/src/systemcmds/tests/test_mixer.cpp index add39613cb..6f8342ca3e 100644 --- a/src/systemcmds/tests/test_mixer.cpp +++ b/src/systemcmds/tests/test_mixer.cpp @@ -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; }