Module: wine Branch: master Commit: 376b0756f4cf7c26b742f8d0779ff331566feaa1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=376b0756f4cf7c26b742f8d077...
Author: André Hentschel nerv@dawncrow.de Date: Mon Jan 30 23:11:03 2017 +0100
windowscodecs: Remove dead assignment (clang).
Signed-off-by: André Hentschel nerv@dawncrow.de Signed-off-by: Vincent Povirk vincent@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
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; } }