diff options
Diffstat (limited to 'apps/gui/skin_engine/wps_debug.c')
-rw-r--r-- | apps/gui/skin_engine/wps_debug.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/gui/skin_engine/wps_debug.c b/apps/gui/skin_engine/wps_debug.c index 26554b1db6..4186e306e3 100644 --- a/apps/gui/skin_engine/wps_debug.c +++ b/apps/gui/skin_engine/wps_debug.c | |||
@@ -490,7 +490,9 @@ static char *get_token_desc(struct wps_token *token, char *buf, | |||
490 | break; | 490 | break; |
491 | #endif | 491 | #endif |
492 | case WPS_VIEWPORT_ENABLE: | 492 | case WPS_VIEWPORT_ENABLE: |
493 | snprintf(buf, bufsize, "enable VP: %c", | 493 | case WPS_TOKEN_UIVIEWPORT_ENABLE: |
494 | snprintf(buf, bufsize, "enable %sVP: %c", | ||
495 | token->type == WPS_TOKEN_UIVIEWPORT_ENABLE ? "UI " : "", | ||
494 | (char)token->value.i); | 496 | (char)token->value.i); |
495 | break; | 497 | break; |
496 | case WPS_TOKEN_BUTTON_VOLUME: | 498 | case WPS_TOKEN_BUTTON_VOLUME: |