From: André Hentschel Subject: windowscodecs: Remove dead assignment (clang) Message-Id: Date: Sun, 15 Jan 2017 15:17:39 +0100 Signed-off-by: André Hentschel --- dlls/windowscodecs/info.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/windowscodecs/info.c b/dlls/windowscodecs/info.c index 84b80bc..6ddfdda 100644 --- a/dlls/windowscodecs/info.c +++ b/dlls/windowscodecs/info.c @@ -2341,7 +2341,6 @@ HRESULT WINAPI WICConvertBitmapSource(REFWICPixelFormatGUID dstFormat, IWICBitma IWICFormatConverter_Release(converter); converter = NULL; } - res = S_OK; } } -- 2.7.4