1
0
Fork 0
forked from len0rd/rockbox
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29484 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2011-03-01 13:01:57 +00:00
parent 485ff79584
commit 0f68a91bc5

View file

@ -1067,6 +1067,7 @@ static int parse_touchregion(struct skin_element *element,
&region->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__ */
}
}
}