summaryrefslogtreecommitdiff
path: root/apps/menus/display_menu.c
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2023-09-22 10:30:25 -0400
committerSolomon Peachy <pizza@shaftnet.org>2023-09-22 10:31:00 -0400
commit74ded2bdd7ec6e65ccef65356c2482ee37c7095d (patch)
tree3f764211b09b307822020c09b3aafc46ea1b4aa7 /apps/menus/display_menu.c
parent8cc3266b2a172a51dc12d05e8e1a06485b895e48 (diff)
downloadrockbox-74ded2bdd7ec6e65ccef65356c2482ee37c7095d.tar.gz
rockbox-74ded2bdd7ec6e65ccef65356c2482ee37c7095d.zip
settings: Fix up the remaining stragglers from 8cc3266b
Change-Id: I20e98d1e7cf13a59194f62935a8f46e96f83a1f9
Diffstat (limited to 'apps/menus/display_menu.c')
-rw-r--r--apps/menus/display_menu.c2
1 files changed, 1 insertions, 1 deletions
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)
515 515
516 return set_option(str(LANG_HISTOGRAM_INTERVAL), 516 return set_option(str(LANG_HISTOGRAM_INTERVAL),
517 &global_settings.histogram_interval, 517 &global_settings.histogram_interval,
518 INT, names, 4, NULL ); 518 RB_INT, names, 4, NULL );
519} 519}
520 520
521MENUITEM_FUNCTION(histogram, 0, ID2P(LANG_HISTOGRAM_INTERVAL), 521MENUITEM_FUNCTION(histogram, 0, ID2P(LANG_HISTOGRAM_INTERVAL),