forked from len0rd/rockbox
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:
parent
6af8a579c7
commit
586288cba1
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ static int buflibmove_callback(int handle, void* current, void* new)
|
||||||
alloc->font.buffer_position += diff;
|
alloc->font.buffer_position += diff;
|
||||||
|
|
||||||
alloc->font.cache._index += diff;
|
alloc->font.cache._index += diff;
|
||||||
alloc->font.cache._lr.base += diff;
|
alloc->font.cache._lru._base += diff;
|
||||||
|
|
||||||
return BUFLIB_CB_OK;
|
return BUFLIB_CB_OK;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue