From 74ded2bdd7ec6e65ccef65356c2482ee37c7095d Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Fri, 22 Sep 2023 10:30:25 -0400 Subject: settings: Fix up the remaining stragglers from 8cc3266b Change-Id: I20e98d1e7cf13a59194f62935a8f46e96f83a1f9 --- apps/menus/display_menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/menus/display_menu.c') diff --git a/apps/menus/display_menu.c b/apps/menus/display_menu.c index f43ae5691f..c5c5e6d908 100644 --- a/apps/menus/display_menu.c +++ b/apps/menus/display_menu.c @@ -515,7 +515,7 @@ static bool history_interval(void) return set_option(str(LANG_HISTOGRAM_INTERVAL), &global_settings.histogram_interval, - INT, names, 4, NULL ); + RB_INT, names, 4, NULL ); } MENUITEM_FUNCTION(histogram, 0, ID2P(LANG_HISTOGRAM_INTERVAL), -- cgit v1.2.3