summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/skin_engine')
-rw-r--r--apps/gui/skin_engine/skin_display.c2
-rw-r--r--apps/gui/skin_engine/skin_parser.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/gui/skin_engine/skin_display.c b/apps/gui/skin_engine/skin_display.c
index e5e6389b87..a967114125 100644
--- a/apps/gui/skin_engine/skin_display.c
+++ b/apps/gui/skin_engine/skin_display.c
@@ -255,7 +255,7 @@ void draw_progressbar(struct gui_wps *gwps, int line, struct progressbar *pb)
255 } 255 }
256#endif 256#endif
257 flags |= DONT_CLEAR_EXCESS; 257 flags |= DONT_CLEAR_EXCESS;
258 } 258 }
259 259
260 if (!pb->nobar) 260 if (!pb->nobar)
261 { 261 {
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)
1308 wps_data->touchregions = NULL; 1308 wps_data->touchregions = NULL;
1309#endif 1309#endif
1310#ifdef HAVE_SKIN_VARIABLES 1310#ifdef HAVE_SKIN_VARIABLES
1311 wps_data->skinvars = NULL; 1311 wps_data->skinvars = NULL;
1312#endif 1312#endif
1313#ifdef HAVE_ALBUMART 1313#ifdef HAVE_ALBUMART
1314 wps_data->albumart = NULL; 1314 wps_data->albumart = NULL;