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 a1cc40ff6e..4ebdcab722 100644
--- a/apps/gui/skin_engine/skin_parser.c
+++ b/apps/gui/skin_engine/skin_parser.c
@@ -768,7 +768,7 @@ static int parse_setting_and_lang(struct skin_element *element,
768#ifndef __PCTOOL__ 768#ifndef __PCTOOL__
769 i = lang_english_to_id(temp); 769 i = lang_english_to_id(temp);
770 if (i < 0) 770 if (i < 0)
771 return WPS_ERROR_INVALID_PARAM; 771 i = LANG_LAST_INDEX_IN_ARRAY;
772#endif 772#endif
773 } 773 }
774 else if (element->params_count > 1) 774 else if (element->params_count > 1)