summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2009-11-22 02:10:41 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2009-11-22 02:10:41 +0000
commit6c3c8a866c5e5ad4674cf645068cbdf9fe0d2f25 (patch)
treea27802f00e881adccfd6026408c2482e4e5dc9fe
parent591ef80c9cd3a7a9db0ab59d0d4866cce1c4fd3a (diff)
downloadrockbox-6c3c8a866c5e5ad4674cf645068cbdf9fe0d2f25.tar.gz
rockbox-6c3c8a866c5e5ad4674cf645068cbdf9fe0d2f25.zip
hopefully fix the sameplrate token
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23690 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/gui/skin_engine/skin_tokens.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/gui/skin_engine/skin_tokens.c b/apps/gui/skin_engine/skin_tokens.c
index 9622e127a7..07c1dbeccc 100644
--- a/apps/gui/skin_engine/skin_tokens.c
+++ b/apps/gui/skin_engine/skin_tokens.c
@@ -1016,7 +1016,6 @@ const char *get_token_value(struct gui_wps *gwps,
1016 *intval = 12; 1016 *intval = 12;
1017 break;) 1017 break;)
1018 } 1018 }
1019 *intval = rec_freq+1;
1020 } 1019 }
1021 snprintf(buf, buf_size, "%d.%1d", samprk/1000,samprk%1000); 1020 snprintf(buf, buf_size, "%d.%1d", samprk/1000,samprk%1000);
1022#else /* HWCODEC */ 1021#else /* HWCODEC */