summaryrefslogtreecommitdiff
path: root/apps/gui/wps_debug.c
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@rockbox.org>2007-06-16 20:33:30 +0000
committerBrandon Low <lostlogic@rockbox.org>2007-06-16 20:33:30 +0000
commit9a550524af741e247805801754116e0bb2cba7ba (patch)
tree2a7700e55bc803ca5121f66b2f90228eb841ad73 /apps/gui/wps_debug.c
parente097b5fd62bcbd4469ee31544c77bab4902cbe05 (diff)
downloadrockbox-9a550524af741e247805801754116e0bb2cba7ba.tar.gz
rockbox-9a550524af741e247805801754116e0bb2cba7ba.zip
Make RTC tags display hyphens instead of nothing on non-rtc targets. This makes WPSs that use RTC tags look decent again with the new separated RTC tag style
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13639 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/wps_debug.c')
-rw-r--r--apps/gui/wps_debug.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/gui/wps_debug.c b/apps/gui/wps_debug.c
index ae542785ae..935384faba 100644
--- a/apps/gui/wps_debug.c
+++ b/apps/gui/wps_debug.c
@@ -148,7 +148,6 @@ static void dump_wps_tokens(struct wps_data *data)
148 snprintf(buf, sizeof(buf), "mode playback"); 148 snprintf(buf, sizeof(buf), "mode playback");
149 break; 149 break;
150 150
151#if CONFIG_RTC
152 case WPS_TOKEN_RTC_DAY_OF_MONTH: 151 case WPS_TOKEN_RTC_DAY_OF_MONTH:
153 snprintf(buf, sizeof(buf), "rtc: day of month (01..31)"); 152 snprintf(buf, sizeof(buf), "rtc: day of month (01..31)");
154 break; 153 break;
@@ -208,7 +207,6 @@ static void dump_wps_tokens(struct wps_data *data)
208 snprintf(buf, sizeof(buf), 207 snprintf(buf, sizeof(buf),
209 "rtc: day of week (0..6); 0 is Sunday"); 208 "rtc: day of week (0..6); 0 is Sunday");
210 break; 209 break;
211#endif
212 210
213#if (CONFIG_CODEC == SWCODEC) 211#if (CONFIG_CODEC == SWCODEC)
214 case WPS_TOKEN_CROSSFADE: 212 case WPS_TOKEN_CROSSFADE: