summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/wps_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/skin_engine/wps_debug.c')
-rw-r--r--apps/gui/skin_engine/wps_debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/gui/skin_engine/wps_debug.c b/apps/gui/skin_engine/wps_debug.c
index 8e0727516a..523e2d62ce 100644
--- a/apps/gui/skin_engine/wps_debug.c
+++ b/apps/gui/skin_engine/wps_debug.c
@@ -489,8 +489,8 @@ static void dump_wps_tokens(struct wps_data *data)
489 489
490static void print_line_info(struct wps_data *data) 490static void print_line_info(struct wps_data *data)
491{ 491{
492 struct wps_line *line; 492 struct skin_line *line;
493 struct wps_subline *subline; 493 struct skin_subline *subline;
494 if (wps_verbose_level > 0) 494 if (wps_verbose_level > 0)
495 { 495 {
496 struct skin_token_list *viewport_list; 496 struct skin_token_list *viewport_list;