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.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/gui/skin_engine/wps_debug.c b/apps/gui/skin_engine/wps_debug.c
index e06ce00219..86f929ad23 100644
--- a/apps/gui/skin_engine/wps_debug.c
+++ b/apps/gui/skin_engine/wps_debug.c
@@ -159,7 +159,10 @@ static char *get_token_desc(struct wps_token *token, char *buf,
159 case WPS_TOKEN_PLAYBACK_STATUS: 159 case WPS_TOKEN_PLAYBACK_STATUS:
160 snprintf(buf, bufsize, "mode playback"); 160 snprintf(buf, bufsize, "mode playback");
161 break; 161 break;
162 162
163 case WPS_TOKEN_RTC_PRESENT:
164 snprintf(buf, bufsize, "rtc: present?");
165 break;
163 case WPS_TOKEN_RTC_DAY_OF_MONTH: 166 case WPS_TOKEN_RTC_DAY_OF_MONTH:
164 snprintf(buf, bufsize, "rtc: day of month (01..31)"); 167 snprintf(buf, bufsize, "rtc: day of month (01..31)");
165 break; 168 break;