summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/skin_parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/skin_engine/skin_parser.c')
-rw-r--r--apps/gui/skin_engine/skin_parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/skin_engine/skin_parser.c b/apps/gui/skin_engine/skin_parser.c
index 17fd82b8b3..f3819142f7 100644
--- a/apps/gui/skin_engine/skin_parser.c
+++ b/apps/gui/skin_engine/skin_parser.c
@@ -1720,7 +1720,7 @@ static bool wps_parse(struct wps_data *data, const char *wps_bufptr, bool debug)
1720 * except fields which need to survive, i.e. 1720 * except fields which need to survive, i.e.
1721 * 1721 *
1722 **/ 1722 **/
1723void skin_data_reset(struct wps_data *wps_data) 1723static void skin_data_reset(struct wps_data *wps_data)
1724{ 1724{
1725#ifdef HAVE_LCD_BITMAP 1725#ifdef HAVE_LCD_BITMAP
1726 wps_data->images = NULL; 1726 wps_data->images = NULL;