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 e3e6e960e6..60f53b83f4 100644
--- a/apps/gui/skin_engine/wps_debug.c
+++ b/apps/gui/skin_engine/wps_debug.c
@@ -113,8 +113,8 @@ static char *get_token_desc(struct wps_token *token, struct wps_data *data,
113 break; 113 break;
114 114
115 case WPS_TOKEN_IMAGE_PRELOAD_DISPLAY: 115 case WPS_TOKEN_IMAGE_PRELOAD_DISPLAY:
116 snprintf(buf, bufsize, "display preloaded image %d", 116 snprintf(buf, bufsize, "display preloaded image '%c'",
117 token->value.i); 117 token->value.i&0xFF);
118 break; 118 break;
119 119
120 case WPS_TOKEN_IMAGE_DISPLAY: 120 case WPS_TOKEN_IMAGE_DISPLAY: