diff --git a/frontend/menu/menu_settings.c b/frontend/menu/menu_settings.c index 1b26a3cfa0..9ae37cf021 100644 --- a/frontend/menu/menu_settings.c +++ b/frontend/menu/menu_settings.c @@ -1872,7 +1872,7 @@ int menu_set_settings(void *data, unsigned setting, unsigned action) #ifdef HAVE_LOCATION case RGUI_SETTINGS_PRIVACY_LOCATION_ALLOW: if (action == RGUI_ACTION_OK || action == RGUI_ACTION_LEFT || action == RGUI_ACTION_RIGHT) - g_setttings.location.allow = !g_settings.location.allow; + g_settings.location.allow = !g_settings.location.allow; else if (action == RGUI_ACTION_START) g_settings.location.allow = false; break;