summaryrefslogtreecommitdiff
path: root/apps/gui/wps_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/wps_debug.c')
-rw-r--r--apps/gui/wps_debug.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/gui/wps_debug.c b/apps/gui/wps_debug.c
index 883626d040..6b7b988321 100644
--- a/apps/gui/wps_debug.c
+++ b/apps/gui/wps_debug.c
@@ -81,6 +81,11 @@ static void dump_wps_tokens(struct wps_data *data)
81 case WPS_TOKEN_ALIGN_RIGHT: 81 case WPS_TOKEN_ALIGN_RIGHT:
82 snprintf(buf, sizeof(buf), "align right"); 82 snprintf(buf, sizeof(buf), "align right");
83 break; 83 break;
84
85 case WPS_TOKEN_LEFTMARGIN:
86 snprintf(buf, sizeof(buf), "left margin, value: %d",
87 token->value.i);
88 break;
84#endif 89#endif
85 90
86 case WPS_TOKEN_SUBLINE_TIMEOUT: 91 case WPS_TOKEN_SUBLINE_TIMEOUT: