From ea3c8a2f63584de4a300cb912230aa94c417ea69 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 26 Jun 2022 10:58:01 +0100 Subject: [PATCH] Fix a typo Signed-off-by: falkTX --- source/discovery/carla-discovery.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/discovery/carla-discovery.cpp b/source/discovery/carla-discovery.cpp index 739d06c9f..2b56fa72e 100644 --- a/source/discovery/carla-discovery.cpp +++ b/source/discovery/carla-discovery.cpp @@ -1664,7 +1664,7 @@ static void do_vst3_check(lib_t& libHandle, const char* const filename, const bo audioIns += busInfo.channel_count; } - for (int32_t j=0; jget_bus_info(component, V3_AUDIO, V3_OUTPUT, j, &busInfo) == V3_OK); @@ -1724,7 +1724,7 @@ static void do_vst3_check(lib_t& libHandle, const char* const filename, const bo } } - for (int32_t j=0; jget_bus_info(component, V3_AUDIO, V3_OUTPUT, j, &busInfo) == V3_OK);