Add paranthesis to clean up.

SVN revision: 16810
This commit is contained in:
Sebastian Dransfeld 2005-09-20 17:22:04 +00:00
parent 522a9027b5
commit c9dc33fa66
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ __imlib_polygon_contains_point(ImlibPoly poly, int x, int y)
}
if (__imlib_point_on_segment
(curr_x, curr_y, x, y, out_x, out_y)
&& (ysave < y != next_y < y))
&& ((ysave < y) != (next_y < y)))
{
/* current seg xsects test seg @ 1st vtx and
* ysave on opposite side of test line from