summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2010-12-08 22:08:08 +0000
committerAlexander Levin <al.le@rockbox.org>2010-12-08 22:08:08 +0000
commit871af160f39287ea960604e2c10c42412d1d956c (patch)
tree38ca969f52995e8fac3a95a7dccd6861057a42fb
parent7ed8b8c9f26018156c19dab70de8f7d439db63f2 (diff)
downloadrockbox-871af160f39287ea960604e2c10c42412d1d956c.tar.gz
rockbox-871af160f39287ea960604e2c10c42412d1d956c.zip
Fix a typo in a comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28777 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/tagcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tagcache.c b/apps/tagcache.c
index 5b175c4b20..3565d8e5d4 100644
--- a/apps/tagcache.c
+++ b/apps/tagcache.c
@@ -384,7 +384,7 @@ static long find_entry_ram(const char *filename,
384 static long last_pos = 0; 384 static long last_pos = 0;
385 int i; 385 int i;
386 386
387 /* Check if we tagcache is loaded into ram. */ 387 /* Check if tagcache is loaded into ram. */
388 if (!tc_stat.ramcache) 388 if (!tc_stat.ramcache)
389 return -1; 389 return -1;
390 390