drawops: Use "y == 0" in draw_ellipse_points()

Replace the rare "0 == y" check by the more common "y == 0" check.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
1 file changed