summaryrefslogtreecommitdiff
path: root/apps/gui/buttonbar.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/buttonbar.c')
-rw-r--r--apps/gui/buttonbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/buttonbar.c b/apps/gui/buttonbar.c
index b0c374d..b4adb45 100644
--- a/apps/gui/buttonbar.c
+++ b/apps/gui/buttonbar.c
@@ -44,7 +44,7 @@ void gui_buttonbar_set_display(struct gui_buttonbar * buttonbar,
buttonbar->display = display;
}
-void gui_buttonbar_draw_button(struct gui_buttonbar * buttonbar, int num)
+static void gui_buttonbar_draw_button(struct gui_buttonbar * buttonbar, int num)
{
int xpos, ypos, button_width, text_width;
int fh;