From e15f8a21a971920558a6f463586b16a0ee49ad79 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sat, 3 May 2008 08:35:14 +0000 Subject: Made source files #include the header file that they implement to make sure they are in sync. Made some local functions static. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17312 a1c6a512-1295-4272-9138-f99709370657 --- apps/menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/menu.c') diff --git a/apps/menu.c b/apps/menu.c index f61acd076b..e1998ea2f7 100644 --- a/apps/menu.c +++ b/apps/menu.c @@ -282,7 +282,7 @@ static int talk_menu_item(int selected_item, void *data) } /* this is used to reload the default menu viewports when the theme changes. nothing happens if the menu is using a supplied parent vp */ -void init_default_menu_viewports(struct viewport parent[NB_SCREENS], bool hide_bars) +static void init_default_menu_viewports(struct viewport parent[NB_SCREENS], bool hide_bars) { int i; FOR_NB_SCREENS(i) -- cgit