git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27916 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Gevaerts 2010-08-28 15:06:06 +00:00
parent 63c1769701
commit 67096fae73

View file

@ -35,7 +35,7 @@ struct view_info {
const char *text; /* displayed text */
int display_lines; /* number of lines can be displayed */
int line_count; /* number of lines */
int line; /* current fisrt line */
int line; /* current first line */
int start; /* possition of first line in text */
};