Commit 8c0712b9 authored by unknown's avatar unknown

Fix typo bug in previous cset

parent 8a32a4b7
...@@ -5393,7 +5393,7 @@ static bool remove_nonrange_trees(RANGE_OPT_PARAM *param, SEL_TREE *tree) ...@@ -5393,7 +5393,7 @@ static bool remove_nonrange_trees(RANGE_OPT_PARAM *param, SEL_TREE *tree)
res= TRUE; res= TRUE;
} }
} }
return res; return !res;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment