Remove stray colon

This commit is contained in:
Robin Gareus 2021-07-03 21:32:03 +02:00
parent ed959c2708
commit dd7891eee5
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -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 ()) {