summaryrefslogtreecommitdiff
path: root/src/modules/utils/imgconv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/utils/imgconv.cpp')
-rw-r--r--src/modules/utils/imgconv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/utils/imgconv.cpp b/src/modules/utils/imgconv.cpp
index 03c585cc03..20550b12c7 100644
--- a/src/modules/utils/imgconv.cpp
+++ b/src/modules/utils/imgconv.cpp
@@ -87,7 +87,7 @@ void ConvertBufferToPARGB32(HANDLE hPaintBuffer, HDC hdc, HICON hIcon, SIZE& siz
HRESULT hr = getBufferedPaintBits(hPaintBuffer, &prgbQuad, &cxRow);
if (SUCCEEDED(hr)) {
ARGB *pargb = (ARGB *)prgbQuad;
- if ( !HasAlpha(pargb, sizIcon, cxRow)) {
+ if (!HasAlpha(pargb, sizIcon, cxRow)) {
ICONINFO info;
if (GetIconInfo(hIcon, &info)) {
if (info.hbmMask)