diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2010-07-04 02:04:14 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2010-07-04 02:04:14 +0000 |
| commit | dc34785b18ee91b7705d96ab8bb3cc0b984b85fb (patch) | |
| tree | 9352a4344fd872d3f51ea9df1acb027d60e77fe0 /lib/skin_parser/skin_parser.c | |
| parent | 7cfb56484e692a687b12c0c1207ebfb2c579012c (diff) | |
| download | rockbox-dc34785b18ee91b7705d96ab8bb3cc0b984b85fb.zip rockbox-dc34785b18ee91b7705d96ab8bb3cc0b984b85fb.tar.gz rockbox-dc34785b18ee91b7705d96ab8bb3cc0b984b85fb.tar.bz2 rockbox-dc34785b18ee91b7705d96ab8bb3cc0b984b85fb.tar.xz | |
s/SUBLINES/LINE_ALTERNATOR/
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27271 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'lib/skin_parser/skin_parser.c')
| -rw-r--r-- | lib/skin_parser/skin_parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/skin_parser/skin_parser.c b/lib/skin_parser/skin_parser.c index 7a30e93..2ce41c6 100644 --- a/lib/skin_parser/skin_parser.c +++ b/lib/skin_parser/skin_parser.c @@ -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; |