diff options
Diffstat (limited to 'apps/tree.c')
| -rw-r--r-- | apps/tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c index 5a8445c..dda3690 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; |