Fix a typo in a comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28777 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7ed8b8c9f2
commit
871af160f3
1 changed files with 1 additions and 1 deletions
|
@ -384,7 +384,7 @@ static long find_entry_ram(const char *filename,
|
||||||
static long last_pos = 0;
|
static long last_pos = 0;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
/* Check if we tagcache is loaded into ram. */
|
/* Check if tagcache is loaded into ram. */
|
||||||
if (!tc_stat.ramcache)
|
if (!tc_stat.ramcache)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue