forked from len0rd/rockbox
fix red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29484 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
485ff79584
commit
0f68a91bc5
1 changed files with 2 additions and 0 deletions
|
|
@ -1067,6 +1067,7 @@ static int parse_touchregion(struct skin_element *element,
|
|||
®ion->setting_data;
|
||||
if (element->params_count < p+2)
|
||||
return WPS_ERROR_INVALID_PARAM;
|
||||
#ifndef __PCTOOL__
|
||||
text = element->params[p+1].data.text;
|
||||
switch (settings[j].flags&F_T_MASK)
|
||||
{
|
||||
|
|
@ -1101,6 +1102,7 @@ static int parse_touchregion(struct skin_element *element,
|
|||
default:
|
||||
return WPS_ERROR_INVALID_PARAM;
|
||||
}
|
||||
#endif /* __PCTOOL__ */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue