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 {