summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/gui/skin_engine/skin_engine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/skin_engine/skin_engine.c b/apps/gui/skin_engine/skin_engine.c
index 00a11fca48..8bf165812a 100644
--- a/apps/gui/skin_engine/skin_engine.c
+++ b/apps/gui/skin_engine/skin_engine.c
@@ -88,7 +88,7 @@ static struct gui_skin_helper {
88#endif 88#endif
89}; 89};
90 90
91struct gui_skin { 91static struct gui_skin {
92 struct gui_wps gui_wps; 92 struct gui_wps gui_wps;
93 struct wps_data data; 93 struct wps_data data;
94 char *buffer_start; 94 char *buffer_start;