summaryrefslogtreecommitdiffstats
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 fbea2963f2..4158165f53 100644
--- a/apps/gui/skin_engine/skin_parser.c
+++ b/apps/gui/skin_engine/skin_parser.c
@@ -1308,7 +1308,7 @@ static void skin_data_reset(struct wps_data *wps_data)
wps_data->touchregions = NULL;
#endif
#ifdef HAVE_SKIN_VARIABLES
- wps_data->skinvars = NULL;
+ wps_data->skinvars = NULL;
#endif
#ifdef HAVE_ALBUMART
wps_data->albumart = NULL;