summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/gui/skin_engine/wps_debug.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/gui/skin_engine/wps_debug.c b/apps/gui/skin_engine/wps_debug.c
index d4393d1090..9e02d2421c 100644
--- a/apps/gui/skin_engine/wps_debug.c
+++ b/apps/gui/skin_engine/wps_debug.c
@@ -456,6 +456,9 @@ static char *get_token_desc(struct wps_token *token, char *buf,
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 case WPS_TOKEN_SETTING:
460 snprintf(buf, bufsize, "Setting value");
461 break;
459 default: 462 default:
460 snprintf(buf, bufsize, "FIXME (code: %d)", 463 snprintf(buf, bufsize, "FIXME (code: %d)",
461 token->type); 464 token->type);