forked from len0rd/rockbox
s/SUBLINES/LINE_ALTERNATOR/
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27271 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7cfb56484e
commit
dc34785b18
4 changed files with 10 additions and 10 deletions
|
@ -325,7 +325,7 @@ static struct skin_element* skin_parse_sublines_optional(char** document,
|
|||
int i;
|
||||
|
||||
retval = skin_alloc_element();
|
||||
retval->type = SUBLINES;
|
||||
retval->type = LINE_ALTERNATOR;
|
||||
retval->next = NULL;
|
||||
retval->line = skin_line;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue