summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c2
1 files changed, 1 insertions, 1 deletions
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;
84/* I put it here because other files doesn't use it yet, 84/* I put it here because other files doesn't use it yet,
85 * but should be elsewhere since it will be used mostly everywhere */ 85 * but should be elsewhere since it will be used mostly everywhere */
86#ifdef HAVE_BUTTONBAR 86#ifdef HAVE_BUTTONBAR
87struct gui_buttonbar tree_buttonbar; 87static struct gui_buttonbar tree_buttonbar;
88#endif 88#endif
89static struct tree_context tc; 89static struct tree_context tc;
90 90