cryptui/tests: remove a dead assignment (LLVM/Clang) (try 2)

Austin English austinenglish at gmail.com
Mon Feb 7 20:27:16 CST 2011


This time, with patch.

-- 
-Austin
-------------- next part --------------
diff --git a/dlls/cryptui/tests/cryptui.c b/dlls/cryptui/tests/cryptui.c
index 996df0e..09b246c 100644
--- a/dlls/cryptui/tests/cryptui.c
+++ b/dlls/cryptui/tests/cryptui.c
@@ -344,7 +344,7 @@ static void test_crypt_ui_wiz_import(void)
     /* Brings up UI.  Cancelling yields ret = 1. */
     if (0)
     {
-        ret = pCryptUIWizImport(0, 0, NULL, NULL, NULL);
+        pCryptUIWizImport(0, 0, NULL, NULL, NULL);
     }
     SetLastError(0xdeadbeef);
     ret = pCryptUIWizImport(CRYPTUI_WIZ_NO_UI, 0, NULL, NULL, NULL);


More information about the wine-patches mailing list