mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
settings: Fix up the remaining stragglers from 8cc3266b
Change-Id: I20e98d1e7cf13a59194f62935a8f46e96f83a1f9
This commit is contained in:
parent
8cc3266b2a
commit
74ded2bdd7
2 changed files with 7 additions and 7 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue