update src/select_compile_parse.cpp.

Signed-off-by: 张婷 <zhangting201@huawei.com>
This commit is contained in:
张婷
2023-12-14 01:05:50 +00:00
committed by Gitee
parent b399dc9e64
commit 672df555f5
+1 -1
View File
@@ -160,7 +160,7 @@ bool SelectCompileParse::IsSelectableLocale(vector<KeyParam> &keyParams, size_t
break;
}
InitLocale(limit);
return find(localeArray_.begin(), localeArray_.end(), localeLimit) != localeArray_.end();;
return find(localeArray_.begin(), localeArray_.end(), localeLimit) != localeArray_.end();
}
bool SelectCompileParse::IsSelectableOther(vector<KeyParam> &keyParams, size_t &index, vector<KeyParam> &limit)