summaryrefslogtreecommitdiff
path: root/src/core/miranda.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/miranda.cpp')
-rw-r--r--src/core/miranda.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/miranda.cpp b/src/core/miranda.cpp
index e4e56c0f15..c2f92d7e9d 100644
--- a/src/core/miranda.cpp
+++ b/src/core/miranda.cpp
@@ -217,8 +217,7 @@ int WINAPI _tWinMain(HINSTANCE hInstance, HINSTANCE, LPTSTR cmdLine, int)
getBufferedPaintBits = (pfnGetBufferedPaintBits)GetProcAddress(hThemeAPI, "GetBufferedPaintBits");
}
}
- else
- hDwmApi = hThemeAPI = 0;
+ else hDwmApi = hThemeAPI = 0;
if (bufferedPaintInit)
bufferedPaintInit();