Fix typos. Should have test compiled at least once :\

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30604 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2011-09-25 20:19:54 +00:00
parent 6af8a579c7
commit 586288cba1
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ static int buflibmove_callback(int handle, void* current, void* new)
alloc->font.buffer_position += diff;
alloc->font.cache._index += diff;
alloc->font.cache._lr.base += diff;
alloc->font.cache._lru._base += diff;
return BUFLIB_CB_OK;
}