diff options
Diffstat (limited to 'apps/gui/gwps-common.c')
-rw-r--r-- | apps/gui/gwps-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/gwps-common.c b/apps/gui/gwps-common.c index 9582a48dc4..ed4ca17b2a 100644 --- a/apps/gui/gwps-common.c +++ b/apps/gui/gwps-common.c | |||
@@ -64,7 +64,7 @@ | |||
64 | 64 | ||
65 | /* draws the statusbar on the given wps-screen */ | 65 | /* draws the statusbar on the given wps-screen */ |
66 | #ifdef HAVE_LCD_BITMAP | 66 | #ifdef HAVE_LCD_BITMAP |
67 | void gui_wps_statusbar_draw(struct gui_wps *wps, bool force) | 67 | static void gui_wps_statusbar_draw(struct gui_wps *wps, bool force) |
68 | { | 68 | { |
69 | bool draw = global_settings.statusbar; | 69 | bool draw = global_settings.statusbar; |
70 | 70 | ||