1
0
Fork 0
forked from len0rd/rockbox

First step towards context sensitive and configurable menus, by Brent Coutts

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4370 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2004-03-12 10:20:33 +00:00
parent 5c09ed38c6
commit 10b92c44b3
17 changed files with 312 additions and 199 deletions

View file

@ -1509,7 +1509,7 @@ bool debug_menu(void)
#endif
};
m=menu_init( items, sizeof items / sizeof(struct menu_items) );
m=menu_init( items, sizeof items / sizeof(struct menu_items), NULL );
result = menu_run(m);
menu_exit(m);