diff --git a/gfx/src/os2/nsImageOS2.cpp b/gfx/src/os2/nsImageOS2.cpp index 97731642ec6b..35d984bf6e1e 100644 --- a/gfx/src/os2/nsImageOS2.cpp +++ b/gfx/src/os2/nsImageOS2.cpp @@ -396,7 +396,7 @@ nsImageOS2 :: Draw(nsIRenderingContext &aContext, nsDrawingSurface aSurface, POINTL aptlNew[ 4] = { { 0, 0 }, // TLL { bihMem.cx, bihMem.cy }, // TUR { aSX, mInfo->cy - (aSY + aSHeight) }, // SLL - { aSX + aSWidth+1, mInfo->cy - aSY+1 } }; // SUR + { aSX + aSWidth + 1, mInfo->cy - aSY + 1 } }; // SUR // Apply mask to target, clear pels we will fill in from the image MONOBITMAPINFO MaskBitmapInfo (mInfo);