windowscodecs: Remove dead assignment (clang)

André Hentschel nerv at dawncrow.de
Mon Jan 30 16:11:03 CST 2017


Signed-off-by: André Hentschel <nerv at dawncrow.de>
---
 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





More information about the wine-patches mailing list