From 2a72a2fb59c098c30a11eaf497a01900b8fd3d9d Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 2 Apr 2007 19:35:11 +0000 Subject: This is called database for quite a while now... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13004 a1c6a512-1295-4272-9138-f99709370657 --- apps/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') 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) tagcache_get_max_commit_step()); #else lcd_double_height(false); - snprintf(buf, sizeof(buf), " TC [%d/%d]", ret, + snprintf(buf, sizeof(buf), " DB [%d/%d]", ret, tagcache_get_max_commit_step()); lcd_puts(0, 1, buf); #endif -- cgit v1.2.3