From 7785d55483939c3d2446294387060b6897a7bd4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Stenberg?= Date: Wed, 22 May 2002 08:24:50 +0000 Subject: [PATCH] Oh, wrong API git-svn-id: svn://svn.rockbox.org/rockbox/trunk@654 a1c6a512-1295-4272-9138-f99709370657 --- apps/menu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/menu.h b/apps/menu.h index eb2be874e6..5aafe9bf9a 100644 --- a/apps/menu.h +++ b/apps/menu.h @@ -27,6 +27,6 @@ struct menu_items { }; void menu_init(struct menu_items* items, int count); -void menu_draw(void); +void menu_run(void); #endif /* End __MENU_H__ */