From 1f2c432f837aae021604fdf65401dcfeb24f245e Mon Sep 17 00:00:00 2001 From: James Tabor Date: Wed, 2 Jul 2008 07:54:01 +0000 Subject: [PATCH] Fix build. svn path=/trunk/; revision=34249 --- reactos/subsystems/win32/win32k/objects/drawing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsystems/win32/win32k/objects/drawing.c b/reactos/subsystems/win32/win32k/objects/drawing.c index ba33e8850a9..ab9246e9a2f 100755 --- a/reactos/subsystems/win32/win32k/objects/drawing.c +++ b/reactos/subsystems/win32/win32k/objects/drawing.c @@ -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 {