Index: dll/cpl/sysdm/general.c =================================================================== --- dll/cpl/sysdm/general.c (revision 71259) +++ dll/cpl/sysdm/general.c (working copy) @@ -114,14 +114,14 @@ *pBits++ = b | g << 8 | r << 16 | alpha << 24; } - } - } + } - pImgInfo->hBitmap = hAlphaLogo; - pImgInfo->cxSource = logoBitmap.bmWidth; - pImgInfo->cySource = logoBitmap.bmHeight; - pImgInfo->iBits = logoBitmap.bmBitsPixel; - pImgInfo->iPLanes = logoBitmap.bmPlanes; + pImgInfo->hBitmap = hAlphaLogo; + pImgInfo->cxSource = logoBitmap.bmWidth; + pImgInfo->cySource = logoBitmap.bmHeight; + pImgInfo->iBits = logoBitmap.bmBitsPixel; + pImgInfo->iPLanes = logoBitmap.bmPlanes; + } DeleteObject(hLogo); DeleteObject(hMask);