mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Fix typo in menu_cbs_ok.c
This commit is contained in:
parent
2e752d93cc
commit
a04d5c3772
@ -2972,7 +2972,7 @@ static int action_ok_video_filter_remove(const char *path,
|
|||||||
settings_t *settings = config_get_ptr();
|
settings_t *settings = config_get_ptr();
|
||||||
|
|
||||||
if (!settings)
|
if (!settings)
|
||||||
menu_cbs_exit();
|
return menu_cbs_exit();
|
||||||
|
|
||||||
if (!string_is_empty(settings->paths.path_softfilter_plugin))
|
if (!string_is_empty(settings->paths.path_softfilter_plugin))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user