mirror of
https://github.com/libretro/RetroArch
synced 2025-03-16 07:21:03 +00:00
Merge pull request #11399 from jdgleaver/typo-fix
Fix typo in menu_cbs_ok.c
This commit is contained in:
commit
27acbfc2f9
@ -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))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user