Merge pull request #11399 from jdgleaver/typo-fix

Fix typo in menu_cbs_ok.c
This commit is contained in:
Autechre 2020-10-01 18:41:43 +02:00 committed by GitHub
commit 27acbfc2f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2972,7 +2972,7 @@ static int action_ok_video_filter_remove(const char *path,
settings_t *settings = config_get_ptr();
if (!settings)
menu_cbs_exit();
return menu_cbs_exit();
if (!string_is_empty(settings->paths.path_softfilter_plugin))
{