Fix build.

svn path=/trunk/; revision=34249
This commit is contained in:
James Tabor
2008-07-02 07:54:01 +00:00
parent d170af286f
commit 1f2c432f83
@@ -1392,7 +1392,7 @@ IntFillRoundRect( PDC dc,
if (Wellipse > r.width)
{
if (Hellipse > r.height) // > W > H
ret = app_fill_ellipse(dc, r, FillBrushObj);
app_fill_ellipse(dc, r, FillBrushObj);
else // > W < H
{