From 993d8d4e132017a48c2339d60e7a62fc4eeeecb7 Mon Sep 17 00:00:00 2001 From: dmex Date: Thu, 24 Oct 2013 01:54:13 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5489 21ef857c-d57f-4fe0-8362-d861dc6d29cd --- 2.x/trunk/plugins/Updater/updater.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.x/trunk/plugins/Updater/updater.c b/2.x/trunk/plugins/Updater/updater.c index b71fa6653..67c71db8f 100644 --- a/2.x/trunk/plugins/Updater/updater.c +++ b/2.x/trunk/plugins/Updater/updater.c @@ -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)))