mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-07-10 13:29:52 -04:00
skin_parser: Fix regression in 0d5afa6d
Typo in the #ifdef, accidently didn't get committed. Change-Id: If74de478ed8f236b78e16cd3cb3957ecde3339b3
This commit is contained in:
parent
40c2200152
commit
ebf42dae68
1 changed files with 1 additions and 1 deletions
|
|
@ -465,7 +465,7 @@ static struct skin_element* skin_parse_sublines_optional(const char** document,
|
|||
for(i = 0; i < sublines; i++)
|
||||
{
|
||||
children[i] = skin_buffer_to_offset(skin_parse_line_optional(&cursor, conditional));
|
||||
#ifdef OFFSETYYPE_OFFSET
|
||||
#ifdef OFFSETTYPE_OFFSET
|
||||
if (children[i] < 0)
|
||||
return NULL;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue