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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/gui/skin_engine/skin_parser.c b/apps/gui/skin_engine/skin_parser.c
index 059c3d779c..d5b1e94741 100644
--- a/apps/gui/skin_engine/skin_parser.c
+++ b/apps/gui/skin_engine/skin_parser.c
@@ -2178,8 +2178,8 @@ bool skin_data_load(enum screen_type screen, struct wps_data *wps_data,
2178 skinfonts[i].name = NULL; 2178 skinfonts[i].name = NULL;
2179 } 2179 }
2180#endif 2180#endif
2181#if defined(DEBUG) || defined(SIMULATOR) 2181#ifdef DEBUG_SKIN_ENGINE
2182 if (isfile) 2182 if (isfile && debug_wps)
2183 { 2183 {
2184 DEBUGF("\n=====================\nLoading '%s'\n=====================\n", buf); 2184 DEBUGF("\n=====================\nLoading '%s'\n=====================\n", buf);
2185 } 2185 }