From 7865acf56349b024183bc4213cb6f7c0bbced703 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 25 Feb 2014 00:52:37 +0100 Subject: [PATCH] fix some code typos (compiler warnings) --- libs/ardour/vst_info_file.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/ardour/vst_info_file.cc b/libs/ardour/vst_info_file.cc index 3586d6de28..ee103bf91e 100644 --- a/libs/ardour/vst_info_file.cc +++ b/libs/ardour/vst_info_file.cc @@ -320,7 +320,7 @@ vstfx_blacklist (const char *dllpath) return false; } -static bool +static void vstfx_un_blacklist (const char *dllpath) { ::g_unlink(vstfx_blacklist_path (dllpath, 0).c_str()); @@ -712,7 +712,7 @@ vstfx_get_info (const char* dllpath, int type) bool ok; /* blacklist in case instantiation fails */ - vstfx_blacklist_file(dllpath); + vstfx_blacklist(dllpath); switch (type) { // TODO use lib ardour's type #ifdef WINDOWS_VST_SUPPORT