summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2007-04-02 19:35:11 +0000
committerJens Arnold <amiconn@rockbox.org>2007-04-02 19:35:11 +0000
commit2a72a2fb59c098c30a11eaf497a01900b8fd3d9d (patch)
tree490931757cbcc66838b4abda6cf7f2fa7eaec204 /apps
parent6f3c600bde7783dee9817091a36303817e733462 (diff)
downloadrockbox-2a72a2fb59c098c30a11eaf497a01900b8fd3d9d.tar.gz
rockbox-2a72a2fb59c098c30a11eaf497a01900b8fd3d9d.zip
This is called database for quite a while now...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13004 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/main.c b/apps/main.c
index 27698e35e0..3b0521a03a 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -212,7 +212,7 @@ static void init_tagcache(void)
212 tagcache_get_max_commit_step()); 212 tagcache_get_max_commit_step());
213#else 213#else
214 lcd_double_height(false); 214 lcd_double_height(false);
215 snprintf(buf, sizeof(buf), " TC [%d/%d]", ret, 215 snprintf(buf, sizeof(buf), " DB [%d/%d]", ret,
216 tagcache_get_max_commit_step()); 216 tagcache_get_max_commit_step());
217 lcd_puts(0, 1, buf); 217 lcd_puts(0, 1, buf);
218#endif 218#endif