1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Merge pull request #10893 from alalek:fix_cpu_disable_flags

This commit is contained in:
Vadim Pisarevsky
2018-02-19 14:11:11 +00:00
+1 -1
View File
@@ -514,7 +514,7 @@ struct HWFeatures
static inline bool isSymbolSeparator(char c)
{
return c == ',' || c == ';' || c == '-';
return c == ',' || c == ';';
}
void readSettings(const int* baseline_features, int baseline_count)