summaryrefslogtreecommitdiff
path: root/apps/gui
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui')
-rw-r--r--apps/gui/skin_engine/wps_debug.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/gui/skin_engine/wps_debug.c b/apps/gui/skin_engine/wps_debug.c
index f23dd692f8..d4393d1090 100644
--- a/apps/gui/skin_engine/wps_debug.c
+++ b/apps/gui/skin_engine/wps_debug.c
@@ -449,11 +449,11 @@ static char *get_token_desc(struct wps_token *token, char *buf,
449 break; 449 break;
450#endif 450#endif
451 case WPS_VIEWPORT_ENABLE: 451 case WPS_VIEWPORT_ENABLE:
452 snprintf(buf, bufsize, "enable VP:%d", 452 snprintf(buf, bufsize, "enable VP: %c",
453 token->value.i); 453 (char)token->value.i);
454 break; 454 break;
455 case WPS_TOKEN_BUTTON_VOLUME: 455 case WPS_TOKEN_BUTTON_VOLUME:
456 snprintf(buf, bufsize, "Volume button timeout:%d", 456 snprintf(buf, bufsize, "Volume button timeout: %d",
457 token->value.i); 457 token->value.i);
458 break; 458 break;
459 default: 459 default: