mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Fix typo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27916 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
63c1769701
commit
67096fae73
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ struct view_info {
|
||||||
const char *text; /* displayed text */
|
const char *text; /* displayed text */
|
||||||
int display_lines; /* number of lines can be displayed */
|
int display_lines; /* number of lines can be displayed */
|
||||||
int line_count; /* number of lines */
|
int line_count; /* number of lines */
|
||||||
int line; /* current fisrt line */
|
int line; /* current first line */
|
||||||
int start; /* possition of first line in text */
|
int start; /* possition of first line in text */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue