From dd7891eee56adf3e76ef3b4f4d22550e838a3469 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 3 Jul 2021 21:32:03 +0200 Subject: [PATCH] Remove stray colon --- libs/ardour/plugin_manager.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/plugin_manager.cc b/libs/ardour/plugin_manager.cc index 385f2cd7af..ee1ffe89a7 100644 --- a/libs/ardour/plugin_manager.cc +++ b/libs/ardour/plugin_manager.cc @@ -1192,7 +1192,7 @@ PluginManager::auv2_discover (AUv2DescStr const& d, bool cache_only) psle->msg (PluginScanLogEntry::OK, string_compose (_("Saved AUV2 plugin cache to %1"), auv2_cache_file (desc))); auv2_whitelist (dstr); return 0; - }: + } XMLTree tree; if (cache_file.empty ()) {