From f736159e5c0fe543aac10c5cd44ea1e0ede264ef Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sat, 9 Jan 2010 17:42:54 +0000 Subject: Make a few global variables static instead of global where possible git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24206 a1c6a512-1295-4272-9138-f99709370657 --- apps/tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/tree.c') diff --git a/apps/tree.c b/apps/tree.c index 5a8445cacf..dda36903e7 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -84,7 +84,7 @@ struct gui_synclist tree_lists; /* I put it here because other files doesn't use it yet, * but should be elsewhere since it will be used mostly everywhere */ #ifdef HAVE_BUTTONBAR -struct gui_buttonbar tree_buttonbar; +static struct gui_buttonbar tree_buttonbar; #endif static struct tree_context tc; -- cgit v1.2.3