diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-03-12 10:20:33 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-03-12 10:20:33 +0000 |
| commit | 10b92c44b3bac97e01be91409df6e7ccb94ea045 (patch) | |
| tree | 4f98b439e02091abcfe5fe977f5179a9ac86e646 /apps/debug_menu.c | |
| parent | 5c09ed38c6dc19fd03eb47971433993d7afd8605 (diff) | |
| download | rockbox-10b92c44b3bac97e01be91409df6e7ccb94ea045.zip rockbox-10b92c44b3bac97e01be91409df6e7ccb94ea045.tar.gz rockbox-10b92c44b3bac97e01be91409df6e7ccb94ea045.tar.bz2 rockbox-10b92c44b3bac97e01be91409df6e7ccb94ea045.tar.xz | |
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
Diffstat (limited to 'apps/debug_menu.c')
| -rw-r--r-- | apps/debug_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c index a2535d7..b77014a 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -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); |