summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/skin_parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/skin_engine/skin_parser.c')
-rw-r--r--apps/gui/skin_engine/skin_parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/skin_engine/skin_parser.c b/apps/gui/skin_engine/skin_parser.c
index 6b0e5e65a0..25734954e5 100644
--- a/apps/gui/skin_engine/skin_parser.c
+++ b/apps/gui/skin_engine/skin_parser.c
@@ -999,7 +999,7 @@ static int parse_touchregion(struct skin_element *element,
999 { 999 {
1000 region->label = element->params[0].data.text; 1000 region->label = element->params[0].data.text;
1001 p = 1; 1001 p = 1;
1002 /* "[SI]III[SI]|S" is the param list. There MUST be 4 numbers 1002 /* "[SI]III[SI]|SS" is the param list. There MUST be 4 numbers
1003 * followed by at least one string. Verify that here */ 1003 * followed by at least one string. Verify that here */
1004 if (element->params_count < 6 || 1004 if (element->params_count < 6 ||
1005 element->params[4].type != INTEGER) 1005 element->params[4].type != INTEGER)