forked from len0rd/rockbox
Fix typo in comment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21278 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
cd8aec39c1
commit
85d8e95e55
1 changed files with 1 additions and 1 deletions
|
|
@ -364,7 +364,7 @@ int do_menu(const struct menu_item_ex *start_menu, int *start_selected,
|
|||
else menu = start_menu;
|
||||
|
||||
/* if hide_bars is true, assume parent has been fixed before passed into
|
||||
* this function, e.g. with viewport_set_defaults(parent, screen, true) */
|
||||
* this function, e.g. with viewport_set_defaults(parent, screen) */
|
||||
init_menu_lists(menu, &lists, selected, true, parent);
|
||||
vps = *(lists.parent);
|
||||
in_stringlist = ((menu->flags&MENU_TYPE_MASK) == MT_RETURN_ID);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue