git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5489 21ef857c-d57f-4fe0-8362-d861dc6d29cd

This commit is contained in:
dmex
2013-10-24 01:54:13 +00:00
parent b3dd9e547a
commit 993d8d4e13
+1 -1
View File
@@ -106,7 +106,7 @@ static HBITMAP LoadImageFromResources(
// Get the Frame count.
if (FAILED(IWICBitmapDecoder_GetFrameCount(wicDecoder, &frameCount)) || frameCount < 1)
__leave;
__leave;
// Get the Frame.
if (FAILED(IWICBitmapDecoder_GetFrame(wicDecoder, 0, &wicFrame)))