commit | 7785d55483939c3d2446294387060b6897a7bd4a | [log] [tgz] |
---|---|---|
author | Björn Stenberg <bjorn@haxx.se> | Wed May 22 08:24:50 2002 +0000 |
committer | Björn Stenberg <bjorn@haxx.se> | Wed May 22 08:24:50 2002 +0000 |
tree | 3e38886cc4b1b602e4a73761e78b53c4793592dc | |
parent | a178e82588624071333eef5a80271db8d9883960 [diff] |
Oh, wrong API git-svn-id: svn://svn.rockbox.org/rockbox/trunk@654 a1c6a512-1295-4272-9138-f99709370657
diff --git a/apps/menu.h b/apps/menu.h index eb2be87..5aafe9b 100644 --- a/apps/menu.h +++ b/apps/menu.h
@@ -27,6 +27,6 @@ }; void menu_init(struct menu_items* items, int count); -void menu_draw(void); +void menu_run(void); #endif /* End __MENU_H__ */