forked from len0rd/rockbox
Make quickscreen items enum name lower-case, as per docs/CONTRIBUTING.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22291 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
20b9bc5c0a
commit
279ef752cb
2 changed files with 3 additions and 3 deletions
|
@ -442,7 +442,7 @@ bool is_setting_quickscreenable(const struct settings_list *setting)
|
|||
}
|
||||
|
||||
void set_as_qs_item(const struct settings_list *setting,
|
||||
enum QUICKSCREEN_ITEM item)
|
||||
enum quickscreen_item item)
|
||||
{
|
||||
int i;
|
||||
for(i=0;i<nb_settings;i++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue